Part of the apache release process is being able to sign releases. I
looked at some pointers from jclouds and did the following.. sharing
in case of interest to others.

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=49578643#Releasingjclouds-GPGSigningKey
https://cwiki.apache.org/confluence/display/QUICKSTEP/How+to+use+pgp

### Ran gpg --gen-key

Real name: Adrian Cole
Email address: [email protected]
You selected this USER-ID:
    "Adrian Cole <[email protected]>"

### Copied the "pub" fingerprint
EB71C927DE0CB01B78DFE08DCB891D31BB67A050 to
https://id.apache.org/details/adriancole as OpenPGP Public Key Primary
Fingerprint

### Created a new KEYS file as one wasn't there before (you'll append instead)
gpg --export --armor EB71C927DE0CB01B78DFE08DCB891D31BB67A050 > KEYS
svn import KEYS https://dist.apache.org/repos/dist/release/incubator/zipkin/KEYS

you'll do something like this:
gpg --list-keys
svn co  https://dist.apache.org/repos/dist/release/incubator/zipkin
release-zipkin
cd release-zipkin
gpg --export --armor YOUR_ID_FROM_LIST_KEYS >> KEYS
svn ci

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to