X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebKitTools%2FBuildSlaveSupport%2Fbuild-launcher-dmg;h=98dca1941cf578c66f9c59c646209e87edc3d105;hp=911d58c21c5f70cca156a6f9643c0d939dd8baec;hb=950587e6fe9b9ae8b81e6b9d9e5240b72b15f6fb;hpb=68fe077dcb89933e4b39a19a04bb228f7d5304ac 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