From bbb980abb482556b7b51d829ea252f64e12cf032 Mon Sep 17 00:00:00 2001 From: "nrthomas%gmail.com" Date: Fri, 14 Mar 2008 12:37:06 +0000 Subject: [PATCH] Bug 421917, firefox trunk/moz18 builds go to stage-old for Talos, r=rhelmer git-svn-id: svn://10.0.0.236/trunk@247812 18797224-902f-48f8-a5cc-f745e15eee43 --- .../tools/release/configs/fx-moz18-nightly-bootstrap.cfg | 4 ++-- .../tools/release/configs/fx-moz19-nightly-bootstrap.cfg | 6 +++--- .../tools/tinderbox-configs/firefox/linux/tinder-config.pl | 2 +- .../tools/tinderbox-configs/firefox/macosx/tinder-config.pl | 2 +- .../tools/tinderbox-configs/firefox/win32/tinder-config.pl | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mozilla/tools/release/configs/fx-moz18-nightly-bootstrap.cfg b/mozilla/tools/release/configs/fx-moz18-nightly-bootstrap.cfg index b5a6603ecc2..58e1cd0f051 100644 --- a/mozilla/tools/release/configs/fx-moz18-nightly-bootstrap.cfg +++ b/mozilla/tools/release/configs/fx-moz18-nightly-bootstrap.cfg @@ -69,7 +69,7 @@ ausServer = aus2-staging.mozilla.org buildTree = Mozilla1.8 # where QA updates/builds go stagingUser = cltbld -stagingServer = stage.mozilla.org +stagingServer = stage-old.mozilla.org externalStagingUser = cltbld externalStagingServer = ftp.mozilla.org # where beta updates/builds go @@ -78,7 +78,7 @@ ftpServer = ftp.mozilla.org bouncerServer = download.mozilla.org # username and server to push builds sshUser = ffxbld -sshServer = stage.mozilla.org +sshServer = stage-old.mozilla.org useTalkback = 0 symbolServer = production-1.8-master.mozilla.org symbolServerUser = cltbld diff --git a/mozilla/tools/release/configs/fx-moz19-nightly-bootstrap.cfg b/mozilla/tools/release/configs/fx-moz19-nightly-bootstrap.cfg index 175e998badb..c92aea26dde 100644 --- a/mozilla/tools/release/configs/fx-moz19-nightly-bootstrap.cfg +++ b/mozilla/tools/release/configs/fx-moz19-nightly-bootstrap.cfg @@ -68,7 +68,7 @@ ausServerUrl = https://aus2.mozilla.org buildTree = Firefox # where QA updates/builds go stagingUser = cltbld -stagingServer = stage.mozilla.org +stagingServer = stage-old.mozilla.org externalStagingUser = cltbld externalStagingServer = ftp.mozilla.org # where beta updates/builds go @@ -77,10 +77,10 @@ ftpServer = ftp.mozilla.org bouncerServer = download.mozilla.org # username and server to push builds sshUser = ffxbld -sshServer = stage.mozilla.org +sshServer = stage-old.mozilla.org useTalkback = 0 # symbol server variables -symbolServer = stage.mozilla.org +symbolServer = stage-old.mozilla.org symbolServerUser = ffxbld symbolServerPath = /mnt/netapp/breakpad/symbols_ffx win32_symbolServerKey = /c/Documents and Settings/cltbld/.ssh/ffxbld_dsa diff --git a/mozilla/tools/tinderbox-configs/firefox/linux/tinder-config.pl b/mozilla/tools/tinderbox-configs/firefox/linux/tinder-config.pl index 765b336d92d..7af08214575 100644 --- a/mozilla/tools/tinderbox-configs/firefox/linux/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/firefox/linux/tinder-config.pl @@ -209,7 +209,7 @@ $ssh_version = "2"; $ssh_user = "ffxbld"; $ssh_key = "'$ENV{HOME}/.ssh/ffxbld_dsa'"; # CONFIG: $ssh_server = "%sshServer%"; -$ssh_server = "stage.mozilla.org"; +$ssh_server = "stage-old.mozilla.org"; $ReleaseGroup = "firefox"; $ftp_path = "/home/ftp/pub/firefox/nightly"; $url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly"; diff --git a/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl b/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl index ca7f5c48136..82649b9c11d 100644 --- a/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/firefox/macosx/tinder-config.pl @@ -209,7 +209,7 @@ $ssh_version = "2"; $ssh_user = "ffxbld"; $ssh_key = "'$ENV{HOME}/.ssh/ffxbld_dsa'"; # CONFIG: $ssh_server = "%sshServer%"; -$ssh_server = "stage.mozilla.org"; +$ssh_server = "stage-old.mozilla.org"; $ReleaseGroup = "firefox"; $ftp_path = "/home/ftp/pub/firefox/nightly"; $url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly"; diff --git a/mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl b/mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl index e585d1f9c4b..c4938b8996e 100644 --- a/mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl +++ b/mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl @@ -204,7 +204,7 @@ $ssh_version = "2"; $ssh_user = "ffxbld"; $ssh_key = "'$ENV{HOME}/.ssh/ffxbld_dsa'"; # CONFIG: $ssh_server = "%sshServer%"; -$ssh_server = "stage.mozilla.org"; +$ssh_server = "stage-old.mozilla.org"; $ReleaseGroup = "firefox"; $ftp_path = "/home/ftp/pub/firefox/nightly"; $url_path = "http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly";