You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2023/02/01 19:20:54 UTC

svn commit: r1907195 - /apr/site/trunk/tools/r6-announce.sh

Author: covener
Date: Wed Feb  1 19:20:54 2023
New Revision: 1907195

URL: http://svn.apache.org/viewvc?rev=1907195&view=rev
Log:
spit out APU announce

top line of APU announce should not be APR stuff.

Modified:
    apr/site/trunk/tools/r6-announce.sh

Modified: apr/site/trunk/tools/r6-announce.sh
URL: http://svn.apache.org/viewvc/apr/site/trunk/tools/r6-announce.sh?rev=1907195&r1=1907194&r2=1907195&view=diff
==============================================================================
--- apr/site/trunk/tools/r6-announce.sh (original)
+++ apr/site/trunk/tools/r6-announce.sh Wed Feb  1 19:20:54 2023
@@ -54,10 +54,12 @@ v_minor=`echo $VERSION| cut -d "." -f 2`
 
 PROJECT_SUBJECT="Apache Portable Runtime"
 CHANGES_FILE="CHANGES-APR"
+ANNOUNCEMENT="Announcement${v_major}.x.txt"
 case ${PROJECT} in
     apr) ;;
     apr-util) PROJECT_SUBJECT="Apache Portable Runtime Utility"
               CHANGES_FILE="CHANGES-APR-UTIL"
+              ANNOUNCEMENT="Announcement-aprutil-${v_major}.x.txt"
         ;;
     *) echo "Teach me about ${PROJECT}"
        exit 1
@@ -68,7 +70,6 @@ AO_DIST_PATH="dist/apache.org-dist"
 AO_DIST_RELEASE_PATH="${AO_DIST_PATH}/release/apr"
 
 TAR_BASENAME="${PROJECT}-${VERSION}"
-ANNOUNCEMENT="Announcement${v_major}.x.txt"
 ANNOUNCE_LISTS="announce@apache.org announce@apr.apache.org"
 
 # SVN repository is huge, carefully check out only what we need