cholet 2003/06/06 01:06:42
Modified: . RELEASE
Log:
add GPG signing instructions
Revision Changes Path
1.3 +8 -3 modperl-2.0/RELEASE
Index: RELEASE
===================================================================
RCS file: /home/cvs/modperl-2.0/RELEASE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RELEASE 6 Jun 2003 01:49:26 -0000 1.2
+++ RELEASE 6 Jun 2003 08:06:42 -0000 1.3
@@ -68,7 +68,12 @@
- MD5 sig (as it comes from CPAN upload announce).
- the latest Changes
-7. Tarball signing
-
-META: Eric can you please complete this item?
+7. Tarball GPG signing
+ a. sign your local copy of the tarball:
+ % gpg --detach-sign --armor mod_perl-1.99_09.tar.gz
+ b. upload the generated sig file to www.apache.org:
+ % scp mod_perl-1.99_09.tar.gz.asc www.apache.org:/www/perl.apache.org/dist/
+ c. ask one of the other developers to double check the signature file
+ and tarball: download both files and verify the signature:
+ % gpg --verify mod_perl-1.99_09.tar.gz.asc
|