bug 409231: bump staging-trunk-automation configs to 3.0b3. r=rhelmer, patch=me

This commit is contained in:
bhearsum%mozilla.com 2007-12-21 15:26:16 +00:00
Родитель 5bf2d25fa9
Коммит a81cbab5e6
2 изменённых файлов: 12 добавлений и 12 удалений

Просмотреть файл

@ -188,8 +188,8 @@ tagFactory.addStep(ShellCommand, description = 'clean staging area',
"/builds/release/logs/* /builds/updates/* " + \
"/builds/verify/* " + \
"/home/ftp/pub/firefox/nightly/2007* " + \
"/home/ftp/pub/firefox/nightly/3.0b2-candidates " + \
"/data/cltbld/firefox-3.0b2/ ",
"/home/ftp/pub/firefox/nightly/3.0b3-candidates " + \
"/data/cltbld/firefox-3.0b3/ ",
haltOnFailure=1)
tagFactory.addStep(ShellCommand, description = 'create staging area',
command="mkdir -p /builds/config /builds/tags " + \
@ -224,7 +224,7 @@ tagFactory.addStep(ShellCommand, description='Tag',
# http://weblogs.mozillazine.org/preed/2006/10/a_case_of_the_mondays_on_a_wed.html
tagFactory.addStep(ShellCommand, description='do valid l10n checkout',
command=['cvs', '-d', '/builds/cvsmirror/l10n', 'co',
'-r', 'FIREFOX_3_0b2_RELEASE',
'-r', 'FIREFOX_3_0b3_RELEASE',
'l10n/de/browser/README.txt'],
workdir="/tmp")
@ -307,9 +307,9 @@ signFactory.addStep(ShellCommand, description='clean logs area',
signFactory.addStep(FileDownload, mastersrc="bootstrap.cfg",
slavedest="bootstrap.cfg", workdir="build"),
signFactory.addStep(ShellCommand, description='Fake signing log',
command=['/bin/bash', '-c', '""/bin/touch /home/ftp/pub/firefox/nightly/3.0b2-candidates/rc1/unsigned/win32_signing_rc1.log""'], haltOnFailure=1)
command=['/bin/bash', '-c', '""/bin/touch /home/ftp/pub/firefox/nightly/3.0b3-candidates/rc1/unsigned/win32_signing_rc1.log""'], haltOnFailure=1)
signFactory.addStep(ShellCommand, description='Fake signing',
command=['/bin/bash', '-c', '""/bin/ln -fs /home/ftp/pub/firefox/nightly/3.0b2-candidates/rc1/unsigned/* /home/ftp/pub/firefox/nightly/3.0b2-candidates/rc1/""'], haltOnFailure=1)
command=['/bin/bash', '-c', '""/bin/ln -fs /home/ftp/pub/firefox/nightly/3.0b3-candidates/rc1/unsigned/* /home/ftp/pub/firefox/nightly/3.0b3-candidates/rc1/""'], haltOnFailure=1)
signFactory.addStep(ShellCommand, description='Waiting for win32_signing_rc(n).log',
command=['perl', './release', '-o', 'Sign'],
timeout=86400, haltOnFailure=1)

Просмотреть файл

@ -1,16 +1,16 @@
version = 3.0b2
milestone = 1.9b2
version = 3.0b3
milestone = 1.9b3
# _RCn and _RELEASE will be appended as-needed
productTag = FIREFOX_3_0b2
productTag = FIREFOX_3_0b3
# Branch name and pull dates to use for base tag
branchTag = HEAD
#RelbranchOverride = GECKO190_20071207_RELBRANCH
pullDate = 2007-12-07 18:00 PST
l10n_pullDate = 2007-12-07 18:00 PST
pullDate = 2007-12-20 09:00 PST
l10n_pullDate = 2007-12-20 09:00 PST
rc = 1
# oldVersion and oldRc refer to the previous release
oldVersion = 3.0b1
oldRc = 3
oldVersion = 3.0b2
oldRc = 1
appName = browser
product = firefox
# Absolute path to tinderbox build directory