From 82149691a3b1599d9eaf5ba2aca34d73f9ad568a Mon Sep 17 00:00:00 2001 From: cltbld Date: Thu, 23 Jun 2005 00:32:58 +0000 Subject: [PATCH] Change update-staging to aus-staging.mozilla.org. Change ~ to $ENV{HOME}. (chase) git-svn-id: svn://10.0.0.236/trunk@175027 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/post-mozilla-rel.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/tools/tinderbox/post-mozilla-rel.pl b/mozilla/tools/tinderbox/post-mozilla-rel.pl index d37d35affee..68193506117 100755 --- a/mozilla/tools/tinderbox/post-mozilla-rel.pl +++ b/mozilla/tools/tinderbox/post-mozilla-rel.pl @@ -403,8 +403,8 @@ sub packit { ); # Push update information to update-staging/auslite. - TinderUtils::run_shell_command "scp -i ~/.ssh/aus $builddir/dist/update/update.snippet cltbld\@update-staging:/opt/auslite/data/Firefox/Linux_x86-gcc3/en-US.txt"; -# TinderUtils::run_shell_command "ssh -i ~/.ssh/aus cltbld\@update-staging svn commit -m \"commit latest version of update snippet\" /opt/auslite/data/Firefox/Linux_x86-gcc3/en-US.txt"; + TinderUtils::run_shell_command "scp -i $ENV{HOME}/.ssh/aus $builddir/dist/update/update.snippet cltbld\@aus-staging.mozilla.org:/opt/auslite/data/Firefox/WINNT_x86-msvc/en-US.txt"; +# TinderUtils::run_shell_command "ssh -i $ENV{HOME}/.ssh/aus cltbld\@aus-staging.mozilla.org svn commit -m \"commit latest version of update snippet\" /opt/auslite/data/Firefox/Linux_x86-gcc3/en-US.txt"; } else { TinderUtils::print_log "Unable to get info on '$update_path' or include in upload because it doesn't exist!\n"; }