- make ssh2 the default

git-svn-id: svn://10.0.0.236/trunk@186772 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ccooper%deadsquid.com
2005-12-31 16:06:01 +00:00
parent f8d1f365ca
commit b289354fc0
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@
#$build_hour = "8";
#$package_creation_path = "/xpinstall/packager";
# needs setting for mac + talkback: $mac_bundle_path = "/browser/app";
#$ssh_version = "1";
#$ssh_version = "2";
#$ssh_user = "cltbld";
#$ssh_server = "stage.mozilla.org";
#$ftp_path = "/home/ftp/pub/mozilla/nightly/experimental";

View File

@@ -196,7 +196,7 @@ $ReleaseGroup = ''; # group to set uploaded files to (if non-empty)
$build_hour = "8";
$package_creation_path = "/xpinstall/packager";
# needs setting for mac + talkback: $mac_bundle_path = "/browser/app";
$ssh_version = "1";
$ssh_version = "2";
$ssh_user = "cltbld";
$ssh_server = "stage.mozilla.org";
$ftp_path = "/home/ftp/pub/mozilla/nightly/experimental";