Skip to content

Commit 49ec2ea

Browse files
committed
publish script: explicitly show archive path
1 parent efa335d commit 49ec2ea

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

scripts/publish-updates.sh

+8-2
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ echo "Rsync-ing SourceForge $SF_FOLDER$TEST site"
5151

5252
if [ "$TEST" = "-test" ]
5353
then
54-
echo "Published on the test site"
54+
echo "Published on the test site."
5555
else
56-
echo "Published on the main site. Don't forget to publish the archive too!"
56+
echo "Published on the main site."
5757
fi
5858

5959
if [ -f *-SNAPSHOT.zip ]
@@ -70,4 +70,10 @@ then
7070
mv -fv $ARCHIVE_PREFIX-SNAPSHOT.zip $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip
7171
fi
7272

73+
if [ "$TEST" != "-test" ]
74+
then
75+
echo "Don't forget to publish the archive too!"
76+
echo "It is available from $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip"
77+
fi
78+
7379

0 commit comments

Comments
 (0)