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 DaveCottlehuber:
http://wiki.apache.org/couchdb/Release_Procedure?action=diff&rev1=178&rev2=179

Comment:
svn reminders for dch who no longer uses such antiquated tech

  
  Replace `CANDIDATE` with the candidate you are building from.
  
+ Typically this involves:
+ 
+ {{{
+ svn co https://dist.apache.org/repos/dist/dev/couchdb/binary/
+ mkdir -p ./binary/$PLATFORM/$VERSION/$CANDIDATE/
+ cp $YOUR_STUFF ./binary/$PLATFORM/$VERSION/$CANDIDATE/
+ svn add binary/$PLATFORM/
+ svn ci binary/$PLATFORM/ -m "add $PLATFORM binaries for $VERSION-$CANDIDATE"
+ }}}
+ 
+ Go to [[https://dist.apache.org/repos/dist/dev/couchdb/binary/]] and check 
that your changes are visible.
+ 
  If you are not a committer, please submit your binaries to the list and 
request a review.
  
  If a committer feels comfortable with your submission, they will move your 
binaries into Subversion.

Reply via email to