mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
Fix makerelease.
This commit is contained in:
parent
6e5e2b000a
commit
98fd0427c6
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ if [ "x$AUTOMATIC" != "xyes" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "x$PUBLISH" = "xyes" ]; then
|
if [ "x$PUBLISH" = "xyes" ]; then
|
||||||
scp $RELEASENAME.tgz distfiles-master.atheme.org:/srv/distfiles
|
scp $RELEASENAME.tgz hg.atheme.org:/srv/distfiles
|
||||||
scp $RELEASENAME.tbz2 distfiles-master.atheme.org:/srv/distfiles
|
scp $RELEASENAME.tbz2 hg.atheme.org:/srv/distfiles
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "The releases have been published, and will be available to the entire"
|
echo "The releases have been published, and will be available to the entire"
|
||||||
|
|
Loading…
Reference in a new issue