You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2008/11/12 21:37:11 UTC

svn commit: r713500 - in /httpd/site/trunk: docs/dev/release.html xdocs/dev/release.xml

Author: rpluem
Date: Wed Nov 12 12:37:10 2008
New Revision: 713500

URL: http://svn.apache.org/viewvc?rev=713500&view=rev
Log:
* Update and amend the roll procedure.

Modified:
    httpd/site/trunk/docs/dev/release.html
    httpd/site/trunk/xdocs/dev/release.xml

Modified: httpd/site/trunk/docs/dev/release.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/release.html?rev=713500&r1=713499&r2=713500&view=diff
==============================================================================
--- httpd/site/trunk/docs/dev/release.html (original)
+++ httpd/site/trunk/docs/dev/release.html Wed Nov 12 12:37:10 2008
@@ -259,16 +259,25 @@
 <p>Once the tree has been suitably tested by the RM and any other interested 
 parties, they should "roll" a candidate tarball for potential release.</p>
 <p>Key points:</p>
-<ul>
-<li>Ensure that the RM's PGP/GPG key is in the httpd-dist/KEYS file</li>
-<li>Create an official APACHE_X_Y_Z tag based on the candidate tree</li>
-<li>Run the httpd/site/trunk/dist/tools/release.sh script</li>
+<ol>
+<li>Execute <code>./build.sh all</code> in case of the 2.0.x documentation and
+<code>./build.sh all convmap</code> in case of the 2.2.x documentation to
+ensure that the documentation transformations are up to date.</li>
+<li>Ensure that the RM's PGP/GPG key is in the httpd-dist/KEYS file.</li>
+<li>Set <code>AP_SERVER_DEVBUILD_BOOLEAN</code> to <code>0</code> in
+<code>include/ap_release.h</code> in case of 2.2.x and set
+<code>AP_SERVER_ADD_STRING</code> to <code>""</code> in case of 2.0.x.</li>
+<li>Create an official X.Y.Z tag based on the candidate tree.</li>
+<li>Revert the changes done to <code>include/ap_release.h</code> and bump
+<code>AP_SERVER_PATCHLEVEL_NUMBER</code>.</li>
+<li>Note the tag date in the STATUS file.</li>
+<li>Run the httpd/site/trunk/dist/tools/release.sh script.</li>
 <li>Copy the generated release tarballs and signatures to
-people.apache.org:/www/httpd.apache.org/dev/dist</li>
+people.apache.org:/www/httpd.apache.org/dev/dist.</li>
 <li>Email dev@httpd.apache.org, current-testers@httpd.apache.org and
 stable-testers@httpd.apache.org with a [VOTE] Release X.Y.Z to call for
 testing and votes on this candidate.</li>
-</ul>
+</ol>
   </blockquote>
  </td></tr>
 </table>

Modified: httpd/site/trunk/xdocs/dev/release.xml
URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/release.xml?rev=713500&r1=713499&r2=713500&view=diff
==============================================================================
--- httpd/site/trunk/xdocs/dev/release.xml (original)
+++ httpd/site/trunk/xdocs/dev/release.xml Wed Nov 12 12:37:10 2008
@@ -118,16 +118,25 @@
 parties, they should "roll" a candidate tarball for potential release.</p>
 
 <p>Key points:</p>
-<ul>
-<li>Ensure that the RM's PGP/GPG key is in the httpd-dist/KEYS file</li>
-<li>Create an official APACHE_X_Y_Z tag based on the candidate tree</li>
-<li>Run the httpd/site/trunk/dist/tools/release.sh script</li>
+<ol>
+<li>Execute <code>./build.sh all</code> in case of the 2.0.x documentation and
+<code>./build.sh all convmap</code> in case of the 2.2.x documentation to
+ensure that the documentation transformations are up to date.</li>
+<li>Ensure that the RM's PGP/GPG key is in the httpd-dist/KEYS file.</li>
+<li>Set <code>AP_SERVER_DEVBUILD_BOOLEAN</code> to <code>0</code> in
+<code>include/ap_release.h</code> in case of 2.2.x and set
+<code>AP_SERVER_ADD_STRING</code> to <code>""</code> in case of 2.0.x.</li>
+<li>Create an official X.Y.Z tag based on the candidate tree.</li>
+<li>Revert the changes done to <code>include/ap_release.h</code> and bump
+<code>AP_SERVER_PATCHLEVEL_NUMBER</code>.</li>
+<li>Note the tag date in the STATUS file.</li>
+<li>Run the httpd/site/trunk/dist/tools/release.sh script.</li>
 <li>Copy the generated release tarballs and signatures to
-people.apache.org:/www/httpd.apache.org/dev/dist</li>
+people.apache.org:/www/httpd.apache.org/dev/dist.</li>
 <li>Email dev@httpd.apache.org, current-testers@httpd.apache.org and
 stable-testers@httpd.apache.org with a [VOTE] Release X.Y.Z to call for
 testing and votes on this candidate.</li>
-</ul>
+</ol>
 </section>
 
 <section><title>What can I call this release?</title>