You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/01/08 02:21:52 UTC

svn commit: r893241 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/contributors/release-process.html

Author: buildbot
Date: Wed Jan  8 01:21:52 2014
New Revision: 893241

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/contributors/release-process.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  8 01:21:52 2014
@@ -1 +1 @@
-1556419
+1556420

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jan  8 01:21:52 2014
@@ -1 +1 @@
-1556419
+1556420

Modified: websites/staging/isis/trunk/content/contributors/release-process.html
==============================================================================
--- websites/staging/isis/trunk/content/contributors/release-process.html (original)
+++ websites/staging/isis/trunk/content/contributors/release-process.html Wed Jan  8 01:21:52 2014
@@ -1068,23 +1068,7 @@ isis/
 svn co https://dist.apache.org/repos/dist/release/isis isis-dist
 </pre>
 
-<p>Next, add the new release into the appropriate directory, and delete any previous release.  You can use <a href="upd_sh">the upd.sh scripts</a> to help; they each download the artefacts from the Nexus release repository and perform other necessary tasks.  For example:</p>
-
-<pre>
-sh upd.sh 1.2.3 1.2.2
-</pre>
-
-<p>will replace a previous release 1.2.2 with the new release 1.2.3.</p>
-
-<p>Or, if you want to do same steps by hand, use:</p>
-
-<pre>
-cd core
-svn add isis-1.2.3-source-release.zip.asc
-svn add isis-1.2.3-source-release.zip
-svn delete isis-1.2.2-source-release.zip.asc
-svn delete isis-1.2.2-source-release.zip
-</pre>
+<p>Next, add the new release into the appropriate directory, and delete any previous release.  You can use <a href="upd_sh">the upd.sh script</a> to help; this downloads the artefacts from the Nexus release repository, adds the artefacts to subsversion and deletes the previous version.</p>
 
 <p>At the end, commit the changes:</p>