Make binrelease script use IPv4 too

This commit is contained in:
Thorvald Natvig 2009-10-02 16:34:36 +02:00
parent 1989a198cf
commit c935e13d3e

View File

@ -88,5 +88,5 @@ foreach my $file (sort keys %files) {
$tar->write("murmur-static_x86-${ver}.tar");
system("lzma -9 murmur-static_x86-${ver}.tar");
system("/usr/bin/scp","murmur-static_x86-${ver}.tar.lzma", "xeno\@mix.hive.no:WEB/mumble.hive.no/snapshot/");
system("/usr/bin/ssh","xeno\@mix.hive.no","/home/xeno/WEB/mumble.hive.no/snapshot.cgi");
system("/usr/bin/scp","-4","murmur-static_x86-${ver}.tar.lzma", "xeno\@mix.hive.no:WEB/mumble.hive.no/snapshot/");
system("/usr/bin/ssh","-4","xeno\@mix.hive.no","/home/xeno/WEB/mumble.hive.no/snapshot.cgi");