You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by bu...@apache.org on 2012/04/07 08:37:52 UTC

svn commit: r811775 - in /websites/staging/rave/trunk/content: ./ release-process.html

Author: buildbot
Date: Sat Apr  7 06:37:52 2012
New Revision: 811775

Log:
Staging update by buildbot for rave

Modified:
    websites/staging/rave/trunk/content/   (props changed)
    websites/staging/rave/trunk/content/release-process.html

Propchange: websites/staging/rave/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Apr  7 06:37:52 2012
@@ -1 +1 @@
-1309480
+1310680

Modified: websites/staging/rave/trunk/content/release-process.html
==============================================================================
--- websites/staging/rave/trunk/content/release-process.html (original)
+++ websites/staging/rave/trunk/content/release-process.html Sat Apr  7 06:37:52 2012
@@ -194,7 +194,7 @@
 </p>
 <ul>
 <li>https://repository.apache.org/index.html</li>
-<li>Staging tab --&gt; Name column --&gt; org.apache.rave</li>
+<li>Staging repositories (under Build Promotion) --&gt; Name column --&gt; org.apache.rave</li>
 <li>Navigate through the artifact tree and make sure that all javadoc, sources, tests, jars, ... have .asc (GPG signature) and .md5 files. See http://people.apache.org/~henkp/repo/faq.html and http://www.apache.org/dev/release-signing.html#openpgp-ascii-detach-sig</li>
 </ul>
 </li>
@@ -202,8 +202,8 @@
 <p>Close the nexus staging repo</p>
 <ul>
 <li>https://repository.apache.org/index.html</li>
-<li>Staging tab --&gt; Name column --&gt; org.apache.rave</li>
-<li>Right click on the open staging repo (org.apache.rave-XXX) and select Close.</li>
+<li>Staging repositories (under Build Promotion) --&gt; Name column --&gt; org.apache.rave</li>
+<li>Click checkbox for the open staging repo (org.apache.rave-XXX) and press Close in the menu bar.</li>
 </ul>
 </li>
 </ol>
@@ -263,16 +263,15 @@
 </p>
 <ul>
 <li>https://repository.apache.org/index.html</li>
-<li>Enterprise --&gt; Staging</li>
-<li>Staging tab --&gt; Name column --&gt; org.apache.rave</li>
-<li>Right click on the closed staging repo (org.apache.rave-XXX) and select Release.</li>
+<li>Staging repositories (under Build Promotion) --&gt; Name column --&gt; org.apache.rave</li>
+<li>Click checkbox of the closed staging repo (org.apache.rave-XXX) and select Release.</li>
 </ul>
 </li>
 <li>
 <p>Copy the source artifacts over to the distribution area<br />
 </p>
 <ul>
-<li>$ svn co https://dist.apache.org/repos/dist/release/incubator/rave/sources ./rave-sources  (KEEP this directory until after the release process has been completed)</li>
+<li>$ svn co https://dist.apache.org/repos/dist/release/rave/sources ./rave-sources  (KEEP this directory until after the release process has been completed)</li>
 <li>$ cd ./rave-sources </li>
 <li>$ wget https://repository.apache.org/content/repositories/releases/org/apache/rave/${project.name}/${project.version}/${project.name}-${project.version}-source-release.zip  <br />
 </li>
@@ -289,9 +288,9 @@
 <p>Copy the binary artifacts over to the distribution area (for rave-project only)<br />
 </p>
 <ul>
-<li>$ svn co https://dist.apache.org/repos/dist/release/incubator/rave/binaries ./rave-binaries  (KEEP this directory until after the release process has been completed)</li>
+<li>$ svn co https://dist.apache.org/repos/dist/release/rave/binaries ./rave-binaries  (KEEP this directory until after the release process has been completed)</li>
 <li>$ cd rave-binaries</li>
-<li>$ scp people.apache.org:/www/people.apache.org/builds/incubator/rave/${project.version}/* ./</li>
+<li>$ scp people.apache.org:/www/people.apache.org/builds/rave/${project.version}/* ./</li>
 <li>$ svn add *</li>
 <li>$ svn commit -m "Committing Binary Release for ${project.name}-${project.version}</li>
 </ul>