mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Make binrelease script use IPv4 too
This commit is contained in:
parent
1989a198cf
commit
c935e13d3e
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user