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:23:25 UTC

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

Author: buildbot
Date: Fri Nov  6 01:23:25 2015
New Revision: 971508

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:23:25 2015
@@ -1 +1 @@
-1712890
+1712891

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:23:25 2015
@@ -424,10 +424,12 @@ https://repository.apache.org/content/re
 <li>Call a VOTE on dev@mahout.apache.org.  Votes require 3 days before
 passing.  See Apache [release policy|http://www.apache.org/foundation/voting.html#ReleaseVotes]
  for more info.</li>
-<li>If there's a problem, you need to unwind the release and start all
+<li>
+<p>If there's a problem, you need to unwind the release and start all
 over.
         <blockquote>
-        mvn -Pmahout-release,apache-release,hadoop2 versions:set -DnewVersion=PREVIOUS_SNAPSHOT<div class="codehilite"><pre>mvn -Pmahout-release,apache-release,hadoop2 versions:commit
+        mvn -Pmahout-release,apache-release,hadoop2 versions:set -DnewVersion=PREVIOUS_SNAPSHOT</p>
+<div class="codehilite"><pre>mvn -Pmahout-release,apache-release,hadoop2 versions:commit
 
 git commit
 
@@ -438,9 +440,11 @@ git tag -d tagname (deletes the local ta
 </pre></div>
 
 
-<ul>
-<li>Release the artifact in the Nexus Repository in the same way you
-Closed it earlier.</li>
+</li>
+<li>
+<p>Release the artifact in the Nexus Repository in the same way you
+Closed it earlier.</p>
+</li>
 <li>Add your key to the KEYS file at
 http://www.apache.org/dist/mahout/<version>/</li>
 <li>Copy the assemblies and their supporting files (tar.gz, zip, tar.bz2,
@@ -448,7 +452,7 @@ plus .asc, .md5, .pom, .sha1 files) to t
 people.apache.org:/www/www.apache.org/dist/mahout/<version>/. You should
 make sure the group "mahout" owns the files and that they are read only
 (-r--r--r-- in UNIX-speak). See [Guide To Distributing Existing Releases Through The ASF Mirrors|http://jakarta.apache.org/site/convert-to-mirror.html?Step-By-Step]
- and the links that are there.</li>
+ and the links that are there.<ul>
 <li>cd /www/www.apache.org/dist/mahout</li>
 <li>mkdir <VERSION></li>
 <li>cd <VERSION></li>
@@ -459,6 +463,8 @@ repository.apache.org/content/groups/pub
 .</li>
 <li>rm -rf repository.apache.org/</li>
 <li>rm index.html</li>
+</ul>
+</li>
 <li>Wait 24 hours for release to propagate to mirrors.</li>
 <li>Clean up JIRA: Bulk close all X.Y JIRA issues.  Mark the Version
 number as being released (see Manage Versions.)  Add the next version
@@ -469,8 +475,6 @@ http://en.wikipedia.org/wiki/Apache_Maho
 https://cwiki.apache.org/confluence/display/MAHOUT/How+To+Update+The+Website</li>
 <li>Send announcements to the user and developer lists.</li>
 </ul>
-</li>
-</ul>
 <p>See also:</p>
 <ul>
 <li>http://maven.apache.org/developers/release/releasing.html