You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by bu...@apache.org on 2014/05/15 05:13:13 UTC

svn commit: r908865 - in /websites/staging/openjpa/trunk/content: ./ apache-nexus-release-process-(1.2.x-2.1.x).html

Author: buildbot
Date: Thu May 15 03:13:13 2014
New Revision: 908865

Log:
Staging update by buildbot for openjpa

Modified:
    websites/staging/openjpa/trunk/content/   (props changed)
    websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html

Propchange: websites/staging/openjpa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 15 03:13:13 2014
@@ -1 +1 @@
-1594760
+1594761

Modified: websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html
==============================================================================
--- websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html (original)
+++ websites/staging/openjpa/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).html Thu May 15 03:13:13 2014
@@ -584,7 +584,7 @@ $ svn commit -m &quot;Commit <span class
 </ol>
 </li>
 <li>
-<p>Copy the distribution artifacts over to the distribution area.</p>
+<p>Copy the distribution artifacts over to the distribution area.  This step is what will eventually populate the download mirrors.</p>
 <ol>
 <li>
 <p>ssh to people.apache.org and create the distribution folder</p>
@@ -603,7 +603,7 @@ $ wget --no-check-certificate https://re
 </pre></div>
 
 
-<p>Along with the corresponding .asc, .md5 and .sha1 files for both ZIP files above.</p>
+<p>Along with the corresponding .asc, .md5, and .sha1 files for both ZIP files above.</p>
 </li>
 <li>
 <p>Update openjpa group access</p>
@@ -614,7 +614,7 @@ $ chmod -R g+w /www/www.apache.org/dist/
 
 </li>
 <li>
-<p>Remove the previous version from /dist. Ie if you're publishing 2.0.1 you would remove 2.0.0.  Verify that the release being removed is in the distribution archives before removing.</p>
+<p>Remove the previous maintenance version from /dist directory, if exists. Ie if you're publishing 2.0.1 you would remove 2.0.0.  Verify that the release being removed is in the distribution archives before removing.</p>
 <div class="codehilite"><pre>$ <span class="n">ls</span> <span class="o">-</span><span class="n">la</span> <span class="o">/</span><span class="n">www</span><span class="o">/</span><span class="n">archive</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span><span class="n">openjpa</span><span class="o">/</span>2<span class="p">.</span>0<span class="p">.</span>0<span class="o">/</span>
 $ <span class="n">rm</span> <span class="o">-</span><span class="n">rf</span> <span class="o">/</span><span class="n">www</span><span class="o">/</span><span class="n">www</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">dist</span><span class="o">/</span><span class="n">openjpa</span><span class="o">/</span>2<span class="p">.</span>0<span class="p">.</span>0
 </pre></div>