...
- publish the key at:
gpg --export --armour gregw@mortbay.com > pubkey-gregw.asc
Use http://www.keyserver.net and http://pgp.mit.edu/ to publish this.
- checkout jetty LICENSES repo:
svn co svn+sshhttps://svn.jetty.codehaus.org/home/projects/jetty/scm/LICENSES jetty/trunk jetty-6LICENSES
- complete the CLA:
cd jetty-6/LICENSES
cp cla-template.txt cla-gregw.txt
vi cla-gregw.txt
...
- commit the file:
svn add cla-gregw.txt
svn commit -m cla cla-gregw.txt
- contributors will need to commit to https://svn.codehaus.org/jetty-contrib/LICENSES/]
Once we have invited you to join and you are ready to sign the CLA, you need to create
an account on codehaus.org and request access to the Jetty project. We can then grant that
and the checkin of your CLA should be your first commit.