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 PaulDavis.
http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=43&rev2=44

--------------------------------------------------

  === Release Signing ===
  
  If you have not yet created a GPG public/private key pair, you will need to 
create one. Creating a key pair is beyond the scope of this document, but the 
relevant Apache documentation can be found at 
[[http://www.apache.org/dev/openpgp.html]], 
[[http://www.apache.org/dev/release-signing.html]], and 
[[http://www.apache.org/info/verification.html]]. The important points after 
creating your key are to make sure that it has been uploaded to a public key 
server and that it gets added to [[http://www.apache.org/dist/couchdb/KEYS]].
+ 
+ For the moment you will need to edit Makefile.am before building so that 
`gpg` uses your public key id. You can find the key id with the following 
command:
+ 
+ {{{
+ gpg --list-keys
+ }}}
  
  === Create the Release Artefacts ===
  

Reply via email to