You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/04/22 09:17:07 UTC

svn commit: r1889098 - /httpd/site/trunk/content/dev/release.mdtext

Author: jailletc36
Date: Thu Apr 22 09:17:07 2021
New Revision: 1889098

URL: http://svn.apache.org/viewvc?rev=1889098&view=rev
Log:
Saving the text of the VOTE thread in a text file, may be convenient.

Modified:
    httpd/site/trunk/content/dev/release.mdtext

Modified: httpd/site/trunk/content/dev/release.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/release.mdtext?rev=1889098&r1=1889097&r2=1889098&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/release.mdtext (original)
+++ httpd/site/trunk/content/dev/release.mdtext Thu Apr 22 09:17:07 2021
@@ -214,7 +214,7 @@ The automated workflow is:
     # Send the proposed release in $CWD off to the dev dist location
     ./push.sh . $TAG dev
     
-    # Generate a vote thread email to send to dev@
+    # Generate a vote thread email to send to dev@. 
     echo "
     Subject: [VOTE] Release httpd-$TAG
     
@@ -231,7 +231,7 @@ The automated workflow is:
     `grep '^' httpd-$TAG.tar.gz.sha* | sed -e 's/.*.tar.gz.//g' -e 's/:/: /g'`
 
     The SVN tag is '$TAG' at r`svn info "https://svn.apache.org/repos/asf/httpd/httpd/tags/$TAG" | grep 'Revision' | awk '{print $2}'`.
-    "
+    " > mail_$TAG.txt
     
     # Wait for vote