You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/06/22 10:09:06 UTC

svn commit: r1495685 - /onami/trunk/site/src/site/xdoc/committers/release-howto.xml

Author: simonetripodi
Date: Sat Jun 22 08:09:06 2013
New Revision: 1495685

URL: http://svn.apache.org/r1495685
Log:
updated sources archives release process description

Modified:
    onami/trunk/site/src/site/xdoc/committers/release-howto.xml

Modified: onami/trunk/site/src/site/xdoc/committers/release-howto.xml
URL: http://svn.apache.org/viewvc/onami/trunk/site/src/site/xdoc/committers/release-howto.xml?rev=1495685&r1=1495684&r2=1495685&view=diff
==============================================================================
--- onami/trunk/site/src/site/xdoc/committers/release-howto.xml (original)
+++ onami/trunk/site/src/site/xdoc/committers/release-howto.xml Sat Jun 22 08:09:06 2013
@@ -263,6 +263,22 @@ I will promote the artifacts to the cent
 
       <subsection name="Finalize the Release">
         <ol>
+          <li>Add the distribution artifacts to the distribution area
+            <source>svn co https://dist.apache.org/repos/dist/release/onami onami-dist
+cd onami-dist
+
+# if the component dir already exist
+cd org.apache.onami.xxxx
+
+# if the component dir doesn't exist
+svn mkdir org.apache.onami.xxxx
+
+wget -e robots=off -nH --cut-dirs=7 -np --no-check-certificate -m -A *.zip*  -R .asc.sha1,.asc.md5 \
+https://repository.apache.org/content/repositories/orgapacheonami-[YOUR REPOSITORY ID]/org/apache/onami/org.apache.onami.xxxx/major.minor.patch/
+svn add major.minor.patch
+svn commit -m "Promoting the voted release artifacts" major.minor.patch</source>
+          </li>
+
           <li>Promote the staged nexus artifacts:
             <ol>
               <li><a href="https://repository.apache.org/index.html">https://repository.apache.org/</a></li>
@@ -281,14 +297,6 @@ I will promote the artifacts to the cent
             </ol>
           </li>
 
-          <li><h1>FIXME</h1>Add the distribution artifacts to the distribution area
-            <source>ssh asf-id@people.apache.org
-cd /x1/www/www.apache.org/dist/onami/
-
-mv /x1/builds/onami/sources/* sources/
-mv /x1/builds/onami/binaries/* binaries/</source>
-          </li>
-
           <li>Update the
           <a href="https://issues.apache.org/jira/plugins/servlet/project-config/ONAMI/versions">JIRA versions</a>
           page to mark the version as <strong>Released</strong>, and set the date to the date that