From 950587e6fe9b9ae8b81e6b9d9e5240b72b15f6fb Mon Sep 17 00:00:00 2001 From: bdash Date: Thu, 14 Jun 2007 18:33:59 +0000 Subject: [PATCH] 2007-06-14 Mark Rowe Update script to match new nightly.webkit.org infrastructure. * BuildSlaveSupport/build-launcher-dmg: Upload to the live web server, not the caching proxy. Let the server know it's a Mac build. git-svn-id: https://svn.webkit.org/repository/webkit/trunk@23531 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- WebKitTools/BuildSlaveSupport/build-launcher-dmg | 4 ++-- WebKitTools/ChangeLog | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/WebKitTools/BuildSlaveSupport/build-launcher-dmg b/WebKitTools/BuildSlaveSupport/build-launcher-dmg index 911d58c21c5f..98dca1941cf5 100755 --- a/WebKitTools/BuildSlaveSupport/build-launcher-dmg +++ b/WebKitTools/BuildSlaveSupport/build-launcher-dmg @@ -41,7 +41,7 @@ my $nightlyLauncherStagingPath = productDir() . "/WebKit.app"; my $droseraStagingPath = productDir() . "/DroseraLauncher.app"; my $nightlyLauncherDiskImagePath; -my $nightlyRemoteHost = 'webkit-nightlies@nightly.webkit.org'; +my $nightlyRemoteHost = 'webkit-nightlies@live.nightly.webkit.org'; my $nightlyRemotePath = "/home/webkit-nightlies"; my $nightlyRemoteLatestPath = "$nightlyRemotePath/update-latest.sh"; @@ -88,7 +88,7 @@ sub uploadNightlyDiskImage my $nightlyRemoteDiskImagePath = "$nightlyRemotePath/builds/" . basename($nightlyLauncherDiskImagePath); my $revision = currentSVNRevision(); system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading disk image"; - system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"; + system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking disk image to latest"; } sub uploadBuildSlaveDiskImage diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog index 4dcb6e94b5eb..9e55c07ccc9c 100644 --- a/WebKitTools/ChangeLog +++ b/WebKitTools/ChangeLog @@ -1,3 +1,9 @@ +2007-06-14 Mark Rowe + + Update script to match new nightly.webkit.org infrastructure. + + * BuildSlaveSupport/build-launcher-dmg: Upload to the live web server, not the caching proxy. Let the server know it's a Mac build. + 2007-06-12 Adam Roben Land CygwinDownloader. -- 2.36.0