]> jfr.im git - irc/rqf/shadowircd.git/commitdiff
Fix makerelease.
authorJilles Tjoelker <redacted>
Sat, 31 Jan 2009 17:51:59 +0000 (18:51 +0100)
committerJilles Tjoelker <redacted>
Sat, 31 Jan 2009 17:51:59 +0000 (18:51 +0100)
scripts/makerelease.sh

index 716b57d6941c07e715725207751090ab8075e758..209ff697d01acd501c4d8cebc2a5d9aa3a15872e 100755 (executable)
@@ -85,8 +85,8 @@ if [ "x$AUTOMATIC" != "xyes" ]; then
 fi
 
 if [ "x$PUBLISH" = "xyes" ]; then
-       scp $RELEASENAME.tgz distfiles-master.atheme.org:/srv/distfiles
-       scp $RELEASENAME.tbz2 distfiles-master.atheme.org:/srv/distfiles
+       scp $RELEASENAME.tgz hg.atheme.org:/srv/distfiles
+       scp $RELEASENAME.tbz2 hg.atheme.org:/srv/distfiles
 
        echo
        echo "The releases have been published, and will be available to the entire"