You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Snitkovsky, Martin" <ma...@hp.com> on 2009/07/30 12:55:30 UTC

[ACTION REQUIRED] Add your public key signatures to KEYS file

Every artifact distributed by the Apache Software Foundation should and every new one must be accompanied by one file containing an 
OpenPGP compatible ASCII armored detached signature (http://www.apache.org/dev/release-signing.html#keys-policy)

I need you all to follow below instructions and add your public key signatures to KEYS file. 

* Login to your people.apache.org account.

* Checkout KEYS file by running
	svn checkout https://svn.apache.org/repos/asf/incubator/wink/trunk/src/pks/ . 

* Create public key signatures by following "How Do You Generate A Code Signing Key?" at http://www.apache.org/dev/release-signing.html#export" 

* export your public key signature to checked-out KEYS file by running: 
	$ gpg --list-sigs <your name> >> KEYS
	$ gpg --armor --export <your name> >> KEYS

* check that your signature was added to KEYS file

* svn commit KEYS -m "Adding YOUR NAME public key signatures to KEYS file"

Martin