You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by bu...@apache.org on 2011/06/03 11:30:40 UTC

svn commit: r790407 - /websites/staging/river/trunk/content/building-a-release.html

Author: buildbot
Date: Fri Jun  3 09:30:40 2011
New Revision: 790407

Log:
Staging update by buildbot

Modified:
    websites/staging/river/trunk/content/building-a-release.html

Modified: websites/staging/river/trunk/content/building-a-release.html
==============================================================================
--- websites/staging/river/trunk/content/building-a-release.html (original)
+++ websites/staging/river/trunk/content/building-a-release.html Fri Jun  3 09:30:40 2011
@@ -67,23 +67,32 @@
         <td style="overflow: hidden;" valign="top" width="100%">
           <div class="wiki-content">
 <h1 id="building_a_release_major_release">Building a release major release</h1>
+<p>n.m n = major release number, m = minor release number</p>
 <h2 id="pre_release_checks">Pre release checks</h2>
 <ul>
 <li>River-trunk should run successful.</li>
 <li>River-verify should run successful. (not yet?)</li>
 </ul>
 <h2 id="tag_the_release">Tag the release</h2>
-<h2 id="build_the_release">Build the release</h2>
-<div class="codehilite"><pre><span class="n">ant</span> <span class="n">release</span>
+<ul>
+<li>create the tag with the .0 label in ./tags/</li>
+</ul>
+<h2 id="checkout_the_branch">Checkout the branch</h2>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">http:</span><span class="sr">//</span><span class="o">...</span><span class="sr">/branch/&lt;n.m&gt;</span>
+</pre></div>
+
+
+<h2 id="build_the_release_products">Build the release products</h2>
+<div class="codehilite"><pre><span class="n">ant</span> <span class="o">-</span><span class="n">Dversion</span><span class="o">=</span><span class="n">n</span><span class="o">.</span><span class="n">m</span> <span class="n">clean</span> <span class="n">release</span>
 </pre></div>
 
 
 <h2 id="upload_the_release">Upload the release</h2>
+<div class="codehilite"><pre><span class="n">scp</span> <span class="o">...</span> <span class="o">...</span>
+</pre></div>
+
+
 <h2 id="sign_the_release">Sign the release</h2>
-<h2 id="tag_the_release_1">Tag the release</h2>
-<ul>
-<li>create the tag with the .0 label in ./tags/</li>
-</ul>
 <h2 id="publish_release_on_website">Publish release on website</h2>
 <ul>
 <li>checkout the site </li>