Dear Wiki user,

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

The "Release_Procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=177&rev2=178

  You can do all of these things at once by running:
  
  {{{
- ./release/publish_candidate.sh CACHE_DIR VERSION CANDIDATE_NUMBER
+ ./release/publish_candidate.sh CACHE_DIR BRANCH VERSION CANDIDATE_NUMBER
  }}}
  
  Replace `CACHE_DIR` with the output from the `build_candidate.sh` script.
@@ -299, +299 @@

  So, in this instance, you might run:
  
  {{{
- ./release/publish_candidate.sh /tmp/build_candidate.sh.DOtlGR 1.3.0 1
+ ./release/publish_candidate.sh /tmp/build_candidate.sh.DOtlGR 1.3.x 1.3.0 1
  }}}
  
  The candidate number should start at 1 and increase with each successive vote.
@@ -307, +307 @@

  If the vote fails, and you're doing a second, you might run:
  
  {{{
- ./release/publish_candidate.sh /tmp/build_candidate.sh.DOtlGR 1.3.0 2
+ ./release/publish_candidate.sh /tmp/build_candidate.sh.DOtlGR 1.3.x 1.3.0 2
  }}}
  
  If you attempt to publish a duplicate candidate number, you will get a 
cryptic Subversion error.

Reply via email to