X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=release.pl;fp=release.pl;h=cf73d9eb48f3df9b5f37afb93b3e0c1037f2149e;hb=0415af2ee7154de8d8ffa2828ff8faf69e8780dc;hp=e903bf7da04a6b0971cf67cb475b0676633d6ea6;hpb=359b5c8eb45ff56c62032cf147fcdb3723d54324;p=PuTTY.git diff --git a/release.pl b/release.pl index e903bf7d..cf73d9eb 100755 --- a/release.pl +++ b/release.pl @@ -72,12 +72,12 @@ if ($upload) { -d "putty" or die "no putty directory in cwd"; 0 == system("rsync", "-av", "maps/", - "atreus:src/putty-local/maps-$version") + "thyestes:src/putty-local/maps-$version") or die "could not upload link maps"; - for my $location (["atreus", "www/putty/$version"], - ["the", "www/putty/$version"], - ["chiark", "ftp/putty-$version"]) { + for my $location (["thyestes", "www/putty/$version"], + ["the", "www/putty/$version"], + ["chiark", "ftp/putty-$version"]) { my ($host, $path) = @$location; 0 == system("rsync", "-av", "putty/", "$host:$path") or die "could not upload release to $host";