You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/17 23:07:08 UTC

svn commit: r1865375 - /commons/scripts/ReleaseDist.sh

Author: sebb
Date: Sat Aug 17 23:07:07 2019
New Revision: 1865375

URL: http://svn.apache.org/viewvc?rev=1865375&view=rev
Log:
Fixes

Modified:
    commons/scripts/ReleaseDist.sh

Modified: commons/scripts/ReleaseDist.sh
URL: http://svn.apache.org/viewvc/commons/scripts/ReleaseDist.sh?rev=1865375&r1=1865374&r2=1865375&view=diff
==============================================================================
--- commons/scripts/ReleaseDist.sh (original)
+++ commons/scripts/ReleaseDist.sh Sat Aug 17 23:07:07 2019
@@ -40,7 +40,7 @@ doMove() {
     echo "dev/commons/$SVNDIR/$TAGNAMERC/$1"
     echo "release/commons/$SVNDIR/$2$1"
 }
-doReMove() {
+doRemove() {
     echo "rm"
     echo "release/commons/$SVNDIR/$2$1"
 }
@@ -74,7 +74,7 @@ curl --head -f -sS $DISTBASE/dev/commons
 } > $SVNMUCC
 
 cat<<EOD
-svnmucc --no-auth-cache --message "Release $TAGNAMERC" \
+svnmucc --no-auth-cache --message "Release $VER from $RC" \
 --root-url ${DISTBASE} \
 --extra-args $SVNMUCC
 EOD