]> Cypherpunks.ru repositories - pygost.git/blobdiff - makedist.sh
sys.exit is more advisable
[pygost.git] / makedist.sh
index 44b2586fdf61d0e8e8239182334401cc83f7ec05..c4aaf2b3500c916c31d7e07bda6e86a78c74f701 100755 (executable)
@@ -15,7 +15,8 @@ gpg --detach-sign --sign --local-user pygost@cypherpunks.ru "$tarball"
 gpg --enarmor < "$tarball".sig |
     sed "/^Comment:/d ; s/ARMORED FILE/SIGNATURE/" > "$tarball".asc
 meta4-create -file "$tarball" -mtime "$tarball" -sig "$tarball".asc \
-    http://www.pygost.cypherpunks.ru/"$tarball" > "$tarball".meta4
+    http://www.pygost.cypherpunks.ru/"$tarball" \
+    http://y.www.pygost.cypherpunks.ru/"$tarball" > "$tarball".meta4
 
 size=$(( $(stat -f %z $tarball) / 1024 ))
 hash=$(gpg --print-md SHA256 < $tarball)