Leo Simons wrote:
Mauro Talevi wrote:
Leo Simons wrote:
no keyserver. SSH key is passed to 'ssh' command for connecting to
the server. GPG key is a different thing alltogether. It has a
"keyring" stored on your local machine that's used by the "gpg"
command. The public part of your GPG key goes into a file named KEYS
that we need to put in SVN and in the distribution directory.
Leo, any chance of getting the KEYS in SVN so I can add mine?
sure. Add your using something like
gpg -a --export >> KEYS
svn commit -m "Add my key" KEYS
scp KEYS minotaur.apache.org:/www/www.apache.org/dist/excalibur/
Leo, you should chmod -R g+w /www/www.apache.org/dist/excalibur/
or I can't copy the KEYS file.
I've checked in to svn though, so you can add the current KEYS to it
and update the one in dist/excalibur.
cheers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Apache Excalibur Project -- URL: http://excalibur.apache.org/