Author: breser
Date: Thu Jan 10 23:43:54 2013
New Revision: 1431732
URL: http://svn.apache.org/viewvc?rev=1431732&view=rev
Log:
Check that get-deps.sh works as part of rolling the release.
* publish/docs/community-guide/release.part.html:
(rolling-release): Check that it works before and after creating tarballs.
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1431732&r1=1431731&r2=1431732&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Thu Jan 10
23:43:54 2013
@@ -724,10 +724,15 @@ mkdir -p /opt/svnrm && cd /opt/s
title="Link to this section">¶</a>
</h3>
-<p>Before rolling, first make sure that the latest version of the
-<tt>CHANGES</tt> file from trunk is merged into the release branch, and that
-the date at the top of <tt>CHANGES</tt> matches the planned release date of
-the tarball.</p>
+<p><b>Before rolling</b>:
+<ol>
+<li>Make sure that the latest version of the <tt>CHANGES</tt> file from trunk
is
+merged into the release branch, and that the date at the top of
+<tt>CHANGES</tt> matches the planned release date of the tarball.
+
+<li>Make sure that get-deps.sh works on the release branch.
+</ol>
+</p>
<p><b>Create the tarballs</b>:
Run:</p>
@@ -829,6 +834,10 @@ but avoid upgrading dependencies to new
make javahl
sudo make install-javahl
make check-javahl
+
+ k) Verify that get-deps.sh works and does not emit any errors.
+
+ ./get-deps.sh
</pre>
<p><b>Use GnuPG to sign release:</b></p>