X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=release.pl;h=cf73d9eb48f3df9b5f37afb93b3e0c1037f2149e;hb=aa68c2872c3a8a43751d7fa13926af959dfc7cfb;hp=f5bc3fac6f238e156056b4bb40e7806547772159;hpb=22013390c47ee27a2e2cab67b71b490dea6d475d;p=PuTTY.git diff --git a/release.pl b/release.pl index f5bc3fac..cf73d9eb 100755 --- a/release.pl +++ b/release.pl @@ -68,16 +68,16 @@ if ($upload) { defined $version or die "use --version"; # Run this inside the build.out directory. - -d "maps-x86" or die "no maps-x86 directory in cwd"; + -d "maps" or die "no maps directory in cwd"; -d "putty" or die "no putty directory in cwd"; - 0 == system("rsync", "-av", "maps-x86/", - "atreus:src/putty-local/maps-$version") + 0 == system("rsync", "-av", "maps/", + "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";