From a81cbab5e61e28ee8ae633676251d2710fcf5345 Mon Sep 17 00:00:00 2001 From: "bhearsum%mozilla.com" Date: Fri, 21 Dec 2007 15:26:16 +0000 Subject: [PATCH] bug 409231: bump staging-trunk-automation configs to 3.0b3. r=rhelmer, patch=me --- .../automation/staging-1.9/master.cfg | 10 +++++----- .../release/configs/fx-moz19-staging-bootstrap.cfg | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tools/buildbot-configs/automation/staging-1.9/master.cfg b/tools/buildbot-configs/automation/staging-1.9/master.cfg index 726d9986125..9876ef9825c 100644 --- a/tools/buildbot-configs/automation/staging-1.9/master.cfg +++ b/tools/buildbot-configs/automation/staging-1.9/master.cfg @@ -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) diff --git a/tools/release/configs/fx-moz19-staging-bootstrap.cfg b/tools/release/configs/fx-moz19-staging-bootstrap.cfg index b7091252970..d4796f63105 100644 --- a/tools/release/configs/fx-moz19-staging-bootstrap.cfg +++ b/tools/release/configs/fx-moz19-staging-bootstrap.cfg @@ -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