You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2006/01/06 00:00:43 UTC

svn commit: r366328 - /geronimo/gbuild/sign.sh

Author: dblevins
Date: Thu Jan  5 15:00:42 2006
New Revision: 366328

URL: http://svn.apache.org/viewcvs?rev=366328&view=rev
Log:
info on adding a key to the KEYS file

Modified:
    geronimo/gbuild/sign.sh

Modified: geronimo/gbuild/sign.sh
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/sign.sh?rev=366328&r1=366327&r2=366328&view=diff
==============================================================================
--- geronimo/gbuild/sign.sh (original)
+++ geronimo/gbuild/sign.sh Thu Jan  5 15:00:42 2006
@@ -1,5 +1,14 @@
 #!/bin/bash
 
+#
+#  To add your key to the KEYS file when signing a release
+#  a command like the following will do the trick
+#  
+#  linux$ (gpg --fingerprint --list-sigs 'David Blevins' && gpg --armor --export 'David Blevins') >> KEYS
+#
+
+
+
 function shash {
     openssl $1 < $2 > $2.$1 ;
 }