diff --git a/tools/release/configs/fx-moz18-bootstrap.cfg b/tools/release/configs/fx-moz18-bootstrap.cfg index 7491da8a963..94ea726f9a4 100644 --- a/tools/release/configs/fx-moz18-bootstrap.cfg +++ b/tools/release/configs/fx-moz18-bootstrap.cfg @@ -1,16 +1,16 @@ -version = 2.0.0.4 -milestone = 1.8.1.4 +version = 2.0.0.5 +milestone = 1.8.1.5 # _RCn and _RELEASE will be appended as-needed -productTag = FIREFOX_2_0_0_4 +productTag = FIREFOX_2_0_0_5 # Branch name and pull dates to use for base tag branchTag = MOZILLA_1_8_BRANCH # GECKO181_20070501_RELBRANCH created manually from this pull date -pullDate = 2007-05-01 01:30 PDT -l10n_pullDate = -rc = 3 +pullDate = 2007-07-12 13:15 PDT +l10n_pullDate = 2007-07-12 13:15 PDT +rc = 1 # oldVersion and oldRc refer to the previous release -oldVersion = 2.0.0.3 -oldRc = 1 +oldVersion = 2.0.0.4 +oldRc = 3 appName = browser product = firefox # Absolute path to tinderbox build directory @@ -39,7 +39,7 @@ linux_l10n_buildPlatform = Linux_2.4.20-28.8_Depend macosx_l10n_buildPlatform = Darwin_8.7.0_Depend win32_l10n_buildPlatform = WINNT_5.2_Depend from = build@mozilla.org -to = nrthomas@gmail.com +to = preed@mozilla.com # cc = other@example.com patcherConfig = moz18-branch-patcher2.cfg # Tag to use for building MAR/MBSDIFF and other update tools @@ -54,3 +54,6 @@ dumpLogs = 1 # username and server to push builds sshUser = cltbld sshServer = stage.mozilla.org +# username and server to push update snippets to +ausUser = cltbld +ausServer = aus2-staging.mozilla.org