Author: buildbot
Date: Fri Nov 6 01:21:47 2015
New Revision: 971507
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:21:47 2015
@@ -1 +1 @@
-1712889
+1712890
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:21:47 2015
@@ -397,43 +397,44 @@ 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> <span class="n">mvn</span>
+<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>-DpreparationGoals="clean compile" release:prepare release:perform)
-<em> Review the artifacts, etc. on the Apache Repository (using Sonatype's
+<p>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/.
You will need to login using your ASF SVN credentials and then
-browse to the staging area.
-</em> Once you have reviewed the artifacts, you will need to "Close" out
+browse to the staging area.</li>
+<li>Once you have reviewed the artifacts, you will need to "Close" out
the staging area under Nexus, which then makes the artifacts available for
-others to see.
- * Log in to Nexus
- * Click the Staging Repositories link in the left hand menu
- * Click the Mahout staged one that was just uploaded by the
-release:perform target
- * Click Close in the toolbar. See
+others to see.<ul>
+<li>Log in to Nexus</li>
+<li>Click the Staging Repositories link in the left hand menu</li>
+<li>Click the Mahout staged one that was just uploaded by the
+release:perform target</li>
+<li>Click Close in the toolbar. See
https://docs.sonatype.org/display/Repository/Closing+a+Staging+Repository
-for a picture
- * Copy the "Repository URL" link to your email; it should be like
-https://repository.apache.org/content/repositories/orgapachemahout-024/
-<em> Call a VOTE on [email protected]. Votes require 3 days before
+for a picture</li>
+<li>Copy the "Repository URL" link to your email; it should be like
+https://repository.apache.org/content/repositories/orgapachemahout-024/</li>
+</ul>
+</li>
+<li>Call a VOTE on [email protected]. Votes require 3 days before
passing. See Apache [release
policy|http://www.apache.org/foundation/voting.html#ReleaseVotes]
- for more info.
-</em> If there's a problem, you need to unwind the release and start all
+ for more info.</li>
+<li>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</p>
-<div class="codehilite"><pre> mvn -Pmahout-release,apache-release,hadoop2
versions:commit
-
- git commit
+ mvn -Pmahout-release,apache-release,hadoop2 versions:set
-DnewVersion=PREVIOUS_SNAPSHOT<div class="codehilite"><pre>mvn
-Pmahout-release,apache-release,hadoop2 versions:commit
- git push --delete apache <span class="nt"><tagname></span> (deletes
the remote tag)
- git tag -d tagname (deletes the local tag)
+git commit
+git push --delete apache <span class="nt"><tagname></span> (deletes the
remote tag)
+git tag -d tagname (deletes the local tag)
- <span class="nt"></blockquote></span>
+<span class="nt"></blockquote></span>
</pre></div>
@@ -447,7 +448,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.<ul>
+ and the links that are there.</li>
<li>cd /www/www.apache.org/dist/mahout</li>
<li>mkdir <VERSION></li>
<li>cd <VERSION></li>
@@ -458,8 +459,6 @@ 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
@@ -470,6 +469,8 @@ 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