]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - scripts/makerelease.sh
THE WHITE HOUSE!
[irc/rqf/shadowircd.git] / scripts / makerelease.sh
index 716b57d6941c07e715725207751090ab8075e758..7b3fc276996c1143bca60cedcf787243e22919ce 100755 (executable)
@@ -30,7 +30,7 @@ if [ "x$2" = "x--automatic" ]; then
        AUTOMATIC="yes"
 fi
 
-TIP=`hg tip --template "#rev#:#node|short#"`
+TIP=`hg parents --template "{rev}:{node|short}"`
 
 WRKDIR=`pwd`
 
@@ -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"