Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "HowToPublishReleases" page has been changed by EricEvans:
https://wiki.apache.org/cassandra/HowToPublishReleases?action=diff&rev1=25&rev2=26

   1. Send a message declaring the vote closed, and summarizing the results.
   1. Mark the version as released in 
[[https://issues.apache.org/jira/plugins/servlet/project-config/CASSANDRA/versions|JIRA]]
   1. Login to people.apache.org and put the release artifacts into 
{{{/www/www.apache.org/dist/cassandra/<version>}}}, e.g.
-   {{{
+     {{{
- cd /www/www.apache.org/dist/cassandra
- mkdir X.Y.Z
- cd X.Y.Z
+ STAGING_REPOID="orgapachecassandra-062"
+ RELEASE="2.0.0-rc1"
+ 
  for type in bin src; do \
-   for part in gz gz.md5 gz.sha1 gz.asc gz.asc.md5 gz.asc.sha1; do \
+   for part in gz gz.md5 gz.sha1 gz.asc; do \
-     curl -O https://repository.apache.org/content/repositories/''staging 
repository 
id''/org/apache/cassandra/apache-cassandra/X.Y.Z/apache-cassandra-X.Y.Z-$type.tar.$part;
 \
+     curl -O 
https://repository.apache.org/content/repositories/$STAGING_REPOID/org/apache/cassandra/apache-cassandra/$RELEASE/apache-cassandra-$RELEASE-$type.tar.$part;
 \
    done \
  done
- cd ..
+ 
- find X.Y.Z -type d -exec chmod a+rx,g+w {} \;
+ find . -exec chmod a+rx,g+w {} \;
- find X.Y.Z -type f -exec chmod 664 {} \;
+ find . -type f -exec chmod 664 {} \;
  }}}
-  After doing this, login to 
[[http://repository.apache.org|repository.apache.org]] and release the staging 
repository.
+  1. Login to [[http://repository.apache.org|repository.apache.org]] and 
release the staging repository.
   1. ''TODO: Some stuff to do with updating the project site that I don't know 
(Stephen)''
   1. Marke the version as released in JIRA on the 
[[https://issues.apache.org/jira/secure/project/ManageVersions.jspa?pid=12310865|Manage
 Versions]] screen. ''TODO: Can somebody who has access please verify the link 
- I've inferred it (Stephen)''
   1. Wait for the sync

Reply via email to