You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2013/10/04 17:27:39 UTC

svn commit: r1529188 - /ctakes/site/trunk/content/ctakes-release-guide.mdtext

Author: chenpei
Date: Fri Oct  4 15:27:38 2013
New Revision: 1529188

URL: http://svn.apache.org/r1529188
Log:
Update Release to use the svnpubsub svn repo instead of ~home directory for staging artificats

Modified:
    ctakes/site/trunk/content/ctakes-release-guide.mdtext

Modified: ctakes/site/trunk/content/ctakes-release-guide.mdtext
URL: http://svn.apache.org/viewvc/ctakes/site/trunk/content/ctakes-release-guide.mdtext?rev=1529188&r1=1529187&r2=1529188&view=diff
==============================================================================
--- ctakes/site/trunk/content/ctakes-release-guide.mdtext (original)
+++ ctakes/site/trunk/content/ctakes-release-guide.mdtext Fri Oct  4 15:27:38 2013
@@ -63,6 +63,8 @@ This will place the artifacts to the ASF
  3. log into [apache's nexus area](https://repository.apache.org)
  4. [close the staging respository](https://docs.sonatype.org/display/Repository/Closing+a+Staging+Repository)
 
+### Publishing Artifacts to Dev
+Commit the artifacts to https://dist.apache.org/repos/dist/dev/ctakes/
 
 ### Preparing the RC for a VOTE
 Send an email like the following to dev@ctakes.apache.org
@@ -78,22 +80,22 @@ https://issues.apache.org/jira/secure/Re
 The release was made using the cTAKES release process documented here: http://ctakes.apache.org/ctakes-release-guide.html
 
 The candidate is available at:
-http://people.apache.org/~chenpei/ctakes-3.1.0/rc7/target/apache-ctakes-3.1.0-src.tar.gz /.zip
+https://dist.apache.org/repos/dist/dev/ctakes/ctakes-3.1.0/apache-ctakes-3.1.0-src.tar.gz /.zip
 
 The binary is:
-http://people.apache.org/~chenpei/ctakes-3.1.0/rc7/target/apache-ctakes-3.1.0-bin.tar.gz /.zip
+https://dist.apache.org/repos/dist/dev/ctakes/ctakes-3.1.0/apache-ctakes-3.1.0-bin.tar.gz /.zip
 
 The tag to be voted on:
 http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.0-rc7/
 
 The MD5 checksum of the tarball can be found at:
-http://people.apache.org/~chenpei/ctakes-3.1.0/rc7/target/apache-ctakes-3.1.0-src.tar.gz.md5 /.zip.md5
+https://dist.apache.org/repos/dist/dev/ctakes/ctakes-3.1.0/apache-ctakes-3.1.0-src.tar.gz.md5 /.zip.md5
 
 The signature of the tarball can be found at:
-http://people.apache.org/~chenpei/ctakes-3.1.0/rc7/target/apache-ctakes-3.1.0-src.tar.gz.asc /.zip.asc
+https://dist.apache.org/repos/dist/dev/ctakes/ctakes-3.1.0/apache-ctakes-3.1.0-src.tar.gz.asc /.zip.asc
 
 Apache cTAKES' KEYS file, containing the PGP keys used to sign the release:
-http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.0-rc7/KEYS
+https://dist.apache.org/repos/dist/dev/ctakes/KEYS
 
 Please vote on releasing these packages as Apache cTAKES 3.1.0. The vote is open for at least the next 72 hours.
 Only votes from the cTAKES PMC are binding, but folks are welcome to check the release candidate and voice their approval or disapproval. The vote passes if at least three binding +1 votes are cast.
@@ -110,16 +112,26 @@ If VOTE passes with 3+ cTAKES PMC votes,
 
 ### Publishing Artifacts to dist
 
- Commit the artifacts to https://dist.apache.org/repos/dist/release/ctakes/<release>
+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>
+
 
 ### Creating Final Tag from RC Tag after VOTE Passes
 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      \
+   https://dist.apache.org/repos/dist/dev/ctakes/A.B.C-rcX  \
+   https://dist.apache.org/repos/dist/release/ctakes/A.B.C     \
    -m "Copying tag of accepted RC for the release to final actual release tag"
 </pre>
+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/
 
 ### Update documentation
 Wait for versions to hit the mirrors (hint: keep checking http://www.apache.org/dyn/closer.cgi/ctakes until you see something).