We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa335d commit 49ec2eaCopy full SHA for 49ec2ea
scripts/publish-updates.sh
@@ -51,9 +51,9 @@ echo "Rsync-ing SourceForge $SF_FOLDER$TEST site"
51
52
if [ "$TEST" = "-test" ]
53
then
54
- echo "Published on the test site"
+ echo "Published on the test site."
55
else
56
- echo "Published on the main site. Don't forget to publish the archive too!"
+ echo "Published on the main site."
57
fi
58
59
if [ -f *-SNAPSHOT.zip ]
@@ -70,4 +70,10 @@ then
70
mv -fv $ARCHIVE_PREFIX-SNAPSHOT.zip $ARCHIVE_FOLDER/$ARCHIVE_PREFIX-$NUMDATE.zip
71
72
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
+
79
0 commit comments