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 2012/12/16 13:20:18 UTC

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

Author: buildbot
Date: Sun Dec 16 12:20:17 2012
New Revision: 842655

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 Sun Dec 16 12:20:17 2012
@@ -1 +1 @@
-1422563
+1422567

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Dec 16 12:20:17 2012
@@ -1 +1 @@
-1422563
+1422567

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 Sun Dec 16 12:20:17 2012
@@ -831,6 +831,7 @@ git push -u origin prepare/isis-1.2.3
 
 <pre>
 git push origin refs/tags/isis-1.2.3:refs/tags/isis-1.2.3-RC1
+git fetch
 </pre>
 
 <p>The remote tag isn't visible locally (eg via <code>gitk --all</code>), but can be seen <a href="https://git-wip-us.apache.org/repos/asf/isis/repo?p=isis.git;a=summary">online</a>.</p>
@@ -918,6 +919,7 @@ The vote is (UN)SUCCESSFUL.
 
 <pre>
   git push origin refs/tags/isis-1.2.3:refs/tags/isis-1.2.3
+  git fetch
 </pre>
 
 <ul>
@@ -926,6 +928,7 @@ The vote is (UN)SUCCESSFUL.
 
 <pre>
   git push origin --delete refs/tags/isis-1.2.3-RC1
+  git fetch
 </pre>
 
 <p>Then, continue onto the next section for the steps to promote and announce the release.</p>