mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
7 lines
286 B
Plaintext
7 lines
286 B
Plaintext
product=${product:-js}
|
|
branch=${branch:-1.9.2}
|
|
buildtype=${buildtype:-opt}
|
|
jsshellsourcepath=${jsshellsourcepath:-/work/mozilla/builds/1.9.2/mozilla/js/src}
|
|
TEST_MOZILLA_HG=${TEST_MOZILLA_HG:-http://hg.mozilla.org/releases/mozilla-1.9.2}
|
|
TEST_MOZILLA_HG_REV=${TEST_MOZILLA_HG_REV:-tip}
|