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

svn commit: r971513 - in /websites/staging/mahout/trunk/content: ./ developers/how-to-release.html

Author: buildbot
Date: Fri Nov  6 01:30:18 2015
New Revision: 971513

Log:
Staging update by buildbot for mahout

Modified:
    websites/staging/mahout/trunk/content/   (props changed)
    websites/staging/mahout/trunk/content/developers/how-to-release.html

Propchange: websites/staging/mahout/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Nov  6 01:30:18 2015
@@ -1 +1 @@
-1712894
+1712895

Modified: websites/staging/mahout/trunk/content/developers/how-to-release.html
==============================================================================
--- websites/staging/mahout/trunk/content/developers/how-to-release.html (original)
+++ websites/staging/mahout/trunk/content/developers/how-to-release.html Fri Nov  6 01:30:18 2015
@@ -397,11 +397,8 @@ svn.us.apache.org to svn.apache.org.</li
 <p>mvn -Dmahout-release,apache-release,hadoop2 release:clean</p>
 <p>This will likely save you time and do the right thing. </p>
 <p>You may also have to rollback the version numbers in the POM files.</p>
-<div class="codehilite"><pre><span class="p">(</span> <span class="n">If</span> <span class="n">you</span> <span class="n">want</span> <span class="n">to</span> <span class="n">skip</span> <span class="n">test</span> <span class="n">cases</span> <span class="k">while</span> <span class="n">rebuilding</span><span class="p">,</span> <span class="n">use</span>
-</pre></div>
-
-
-<p>mvn -DpreparationGoals="clean compile" release:prepare release:perform)</p>
+<p>If you want to skip test cases while rebuilding, use
+ mvn -DpreparationGoals="clean compile" release:prepare release:perform</p>
 <ul>
 <li>Review the artifacts, etc. on the Apache Repository (using Sonatype's
 Nexus application) site: https://repository.apache.org/.
@@ -429,13 +426,12 @@ passing.  See Apache [release policy|htt
 over.
         <blockquote>
         mvn -Pmahout-release,apache-release,hadoop2 versions:set -DnewVersion=PREVIOUS_SNAPSHOT</p>
-<div class="codehilite"><pre>mvn -Pmahout-release,apache-release,hadoop2 versions:commit
+<div class="codehilite"><pre><span class="n">mvn</span> <span class="o">-</span><span class="n">Pmahout</span><span class="o">-</span><span class="n">release</span><span class="p">,</span><span class="n">apache</span><span class="o">-</span><span class="n">release</span><span class="p">,</span><span class="n">hadoop2</span> <span class="n">versions</span><span class="p">:</span><span class="n">commit</span>
 
-git commit
+<span class="n">git</span> <span class="n">commit</span>
 
-git push --delete apache <span class="nt">&lt;tagname&gt;</span> (deletes the remote tag)
-git tag -d tagname (deletes the local tag)
-<span class="nt">&lt;/blockquote&gt;</span>
+<span class="n">git</span> <span class="n">push</span> <span class="o">--</span><span class="n">delete</span> <span class="n">apache</span> <span class="o">&lt;</span><span class="n">tagname</span><span class="o">&gt;</span> <span class="p">(</span><span class="n">deletes</span> <span class="n">the</span> <span class="n">remote</span> <span class="n">tag</span><span class="p">)</span>
+<span class="n">git</span> <span class="n">tag</span> <span class="o">-</span><span class="n">d</span> <span class="n">tagname</span> <span class="p">(</span><span class="n">deletes</span> <span class="n">the</span> <span class="n">local</span> <span class="n">tag</span><span class="p">)</span>
 </pre></div>