mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
Upstream doesn't allow downloading .tar.gz archives so update.sh was changed to use unzip.
13 lines
405 B
Bash
Executable File
13 lines
405 B
Bash
Executable File
wget https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/bindings/parser/WebIDL.py -O WebIDL.py
|
|
patch < abstract.patch
|
|
patch < debug.patch
|
|
patch < callback-location.patch
|
|
patch < union-typedef.patch
|
|
patch < inline.patch
|
|
|
|
wget https://hg.mozilla.org/mozilla-central/archive/tip.zip/dom/bindings/parser/tests/ -O tests.zip
|
|
rm -r tests
|
|
mkdir tests
|
|
unzip -d tests -j tests.zip
|
|
rm tests.zip WebIDL.py.orig
|