svn commit: r1936822 - apr/site/trunk/release

[email protected] Mon, 03 Aug 2026 13:01:21 -0000
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <178576208189.1847963.6272965889474399406@svn03-he-fi>
Author: covener
Date: Mon Aug  3 13:01:21 2026
New Revision: 1936822

Log:
dist.a.o subdir is always apr, not $PROJECT

Modified:
   apr/site/trunk/release/README.md
   apr/site/trunk/release/r2-prep-vote.sh

Modified: apr/site/trunk/release/README.md
==============================================================================
--- apr/site/trunk/release/README.md	Mon Aug  3 12:53:42 2026	(r1936821)
+++ apr/site/trunk/release/README.md	Mon Aug  3 13:01:21 2026	(r1936822)
@@ -22,6 +22,8 @@
 
    The PROJECT and TAG parms are printed after the text "creating release candidate:" of the preceding step.
 
+   example: `$APR_DEV_TOOLS/release.sh apr-util 1.6.4-rc1-candidate covener $HOME/SRC/apr-1.7.x/`
+
 5. Review the generated tarballs in the dist/ subdirectory. If they look reasonable, run the following
    to add the generated tarballs, sigs, checksums, etc to checkout of https://dist.apache.org/repos/dist/dev/apr
 

Modified: apr/site/trunk/release/r2-prep-vote.sh
==============================================================================
--- apr/site/trunk/release/r2-prep-vote.sh	Mon Aug  3 12:53:42 2026	(r1936821)
+++ apr/site/trunk/release/r2-prep-vote.sh	Mon Aug  3 13:01:21 2026	(r1936822)
@@ -54,8 +54,9 @@ test -f "${TAR_PATH}.tar.gz" ||
 
 #Ensure scratch space is in a state we are ready to work with
 AO_DIST_PATH="dist/apache.org-dist"
-AO_DIST_DEV_PATH="${AO_DIST_PATH}/dev/${PROJECT}"
-AO_DIST_RELEASE_PATH="${AO_DIST_PATH}/release/${PROJECT}"
+# always apr
+AO_DIST_DEV_PATH="${AO_DIST_PATH}/dev/apr"
+AO_DIST_RELEASE_PATH="${AO_DIST_PATH}/release/apr"
 
 # SVN repository is huge, carefully check out only what we need
 rm -rf "${AO_DIST_PATH}"
@@ -109,7 +110,7 @@ Hi all,
 
 Please find below the proposed release tarball and signatures:
 
-${SVN_DIST_URL}dev/${PROJECT}/
+${SVN_DIST_URL}dev/apr/
 
 I would like to call a VOTE over the next few days to release
 this candidate tarball ${PROJECT}-${FULL_VERSION} as $VERSION: