зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
553 B
Plaintext
9 строки
553 B
Plaintext
product=${product:-thunderbird}
|
|
branch=${branch:-1.8.1}
|
|
buildtype=${buildtype:-debug}
|
|
profilename=${profilename:-thunderbird-1.8.1-test-profile}
|
|
profiledirectory=${profiledirectory:-/tmp/thunderbird-1.8.1-test-profile}
|
|
executablepath=${executablepath:-/work/mozilla/builds/1.8.1-test/mozilla/thunderbird-debug/dist}
|
|
userpreferences=${userpreferences:-/work/mozilla/builds/hg.mozilla.org/mozilla-central-test/testing/sisyphus/prefs/test-user.js}
|
|
extensiondir=${extensiondir:-/work/mozilla/builds/hg.mozilla.org/mozilla-central-test/testing/sisyphus/xpi}
|