mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
product=${product:-js}
|
|
branch=${branch:-1.9.1}
|
|
buildtype=${buildtype:-debug}
|
|
jsshellsourcepath=${jsshellsourcepath:-/work/mozilla/builds/1.9.1-test/mozilla/js/src}
|
|
TEST_MOZILLA_HG=${TEST_MOZILLA_HG:-http://hg.mozilla.org/releases/mozilla-1.9.1}
|
|
TEST_MOZILLA_HG_REV=${TEST_MOZILLA_HG_REV:-tip}
|