Author: buildbot
Date: Fri Oct 4 15:31:20 2013
New Revision: 881164
Log:
Staging update by buildbot for ctakes
Modified:
websites/staging/ctakes/trunk/cgi-bin/ (props changed)
websites/staging/ctakes/trunk/content/ (props changed)
websites/staging/ctakes/trunk/content/ctakes-release-guide.html
Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 4 15:31:20 2013
@@ -1 +1 @@
-1529188
+1529189
Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Oct 4 15:31:20 2013
@@ -1 +1 @@
-1529188
+1529189
Modified: websites/staging/ctakes/trunk/content/ctakes-release-guide.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes-release-guide.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes-release-guide.html Fri Oct 4
15:31:20 2013
@@ -166,13 +166,6 @@ P.S. Here is my +1.
<h3 id="publishing-artifacts-to-dist">Publishing Artifacts to dist</h3>
<p>Move the artifacts from Dev to Dist
For example:
- svn copy \
- https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C-rcX \
- https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C \
- -m "Copying tag of accepted RC for the release to final actual release tag"
-to https://dist.apache.org/repos/dist/release/ctakes/<release></p>
-<h3 id="creating-final-tag-from-rc-tag-after-vote-passes">Creating Final Tag
from RC Tag after VOTE Passes</h3>
-<p>For example, if the VOTE for RCX passes for release A.B.C
<pre>
svn copy \
https://dist.apache.org/repos/dist/dev/ctakes/A.B.C-rcX \
@@ -182,6 +175,15 @@ to https://dist.apache.org/repos/dist/re
The svnpubsub will automatically push those to the dist area an all of the
mirrors:
You can verify by visiting:
http://www.apache.org/dist/ctakes/</p>
+<h3 id="creating-final-tag-from-rc-tag-after-vote-passes">Creating Final Tag
from RC Tag after VOTE Passes</h3>
+<p>For example, if the VOTE for RCX passes for release A.B.C
+<pre>
+ svn copy \
+ https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C-rcX \
+ https://svn.apache.org/repos/asf/ctakes/tags/ctakes-A.B.C \
+ -m "Copying tag of accepted RC for the release to final actual release tag"
+to https://dist.apache.org/repos/dist/release/ctakes/<release>
+</pre></p>
<h3 id="update-documentation">Update documentation</h3>
<p>Wait for versions to hit the mirrors (hint: keep checking
http://www.apache.org/dyn/closer.cgi/ctakes until you see something).
Once the release hits:</p>