mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
637 B
Plaintext
11 lines
637 B
Plaintext
product=${product:-firefox}
|
|
branch=${branch:-1.9.3}
|
|
buildtype=${buildtype:-debug}
|
|
profilename=${profilename:-firefox-1.9.3-tracemonkey-test-profile}
|
|
profiledirectory=${profiledirectory:-/tmp/firefox-1.9.3-tracemonkey-test-profile}
|
|
executablepath=${executablepath:-/work/mozilla/builds/1.9.3-tracemonkey-test/mozilla/firefox-debug/dist}
|
|
userpreferences=${userpreferences:-/work/mozilla/mozilla.com/test.mozilla.com/www/prefs/test-user.js}
|
|
extensiondir=${extensiondir:-/work/mozilla/mozilla.com/test.mozilla.com/www/xpi}
|
|
TEST_MOZILLA_HG=${TEST_MOZILLA_HG:-http://hg.mozilla.org/tracemonkey}
|
|
TEST_MOZILLA_HG_REV=${TEST_MOZILLA_HG_REV:-tip}
|