Fix makerelease.

This commit is contained in:
Jilles Tjoelker 2009-01-31 18:51:59 +01:00
parent 6e5e2b000a
commit 98fd0427c6

View file

@ -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"