Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-12-10 20:25:38 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-10 20:25:38 +0300
commit84c63d829e59276b3a8b3cec4e9d97228a597881 (patch)
tree668767a1fedf622d5311e58eee081590d3ef4408 /scripts
parent6325fa80725f761451de87b0ee6fbea9316dd62b (diff)
Update release scripts for new host
Diffstat (limited to 'scripts')
-rw-r--r--scripts/binserver.pl4
-rw-r--r--scripts/release.pl2
2 files changed, 3 insertions, 3 deletions
diff --git a/scripts/binserver.pl b/scripts/binserver.pl
index 4d71cb601..e274a1720 100644
--- a/scripts/binserver.pl
+++ b/scripts/binserver.pl
@@ -90,5 +90,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","-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");
+system("/usr/bin/scp","-4","murmur-static_x86-${ver}.tar.lzma", "slicer\@mumble.hive.no:/var/www/snapshot/");
+system("/usr/bin/ssh","-4","slicer\@mumble.hive.no","/usr/lib/cgi-bin/snapshot.cgi");
diff --git a/scripts/release.pl b/scripts/release.pl
index a92022c13..25849a9c4 100644
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -191,4 +191,4 @@ $zip->writeToFileNamed("mumble-${ver}.zip");
copy("mumble-${ver}.tar.gz", "../deb-mumble/tarballs/mumble_${ver}.orig.tar.gz");
system("/usr/bin/gpg", "--armor", "--default-key", "DEBA6F3E", "--sign", "--detach-sign", "--output", "mumble-${ver}.tar.gz.sig", "mumble-${ver}.tar.gz");
-system("/usr/bin/scp", "-4", "mumble-${ver}.tar.gz", "mumble-${ver}.tar.gz.sig", "xeno\@mix.hive.no:WEB/mumble.hive.no/snapshot/");
+system("/usr/bin/scp", "-4", "mumble-${ver}.tar.gz", "mumble-${ver}.tar.gz.sig", "slicer\@mumble.hive.no:/var/www/snapshot/");