You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2007/03/29 07:23:25 UTC

svn commit: r523565 - /forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Author: crossley
Date: Wed Mar 28 22:23:24 2007
New Revision: 523565

URL: http://svn.apache.org/viewvc?view=rev&rev=523565
Log:
Remove link to openssl and gpg clients. Release Manager should know do to do this.
Use better example of filenames.

Modified:
    forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml

Modified: forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml?view=diff&rev=523565&r1=523564&r2=523565
==============================================================================
--- forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml (original)
+++ forrest/trunk/site-author/content/xdocs/procedures/release/How_to_release.xml Wed Mar 28 22:23:24 2007
@@ -463,23 +463,21 @@
                 </li>
                 <li>
                     <p id="signing">Sign the Release Candidate packages and create the *.asc and *.md5 files.</p>
-                    <p>Here is one example when using <a href="http://www.gnupg.org/(en)/download/index.html">gpg</a>
+                    <p>Here is one example when using gpg
                         and openssl from the command line. </p>
-                    <note>An windows version for openssl can be found at <a
-                            href="http://www.slproweb.com/products/Win32OpenSSL.html"
-                            >http://www.slproweb.com/products/Win32OpenSSL.html</a></note>
                     <source><![CDATA[
-gpg --recv-key <myKey>
-gpg --output crossley-apache-forrest-0.7.tar.gz.asc \
-  --detach-sig --armor apache-forrest-0.7.tar.gz
-gpg --verify crossley-apache-forrest-0.7.tar.gz.asc \
-  apache-forrest-0.7.tar.gz]]></source>
+gpg --output apache-forrest-0.8.tar.gz.asc \
+  --detach-sig --armor apache-forrest-0.8.tar.gz
+
+gpg --verify apache-forrest-0.8.tar.gz.asc \
+  apache-forrest-0.8.tar.gz]]></source>
                     <p> ... should say "Good signature from ..."</p>
 
                     <source><![CDATA[
-openssl dgst -md5 -out apache-forrest-0.7.tar.gz.md5 \
-apache-forrest-0.7.tar.gz
-md5sum apache-forrest-0.7.tar.gz]]></source>
+openssl dgst -md5 -out apache-forrest-0.8.tar.gz.md5 \
+apache-forrest-0.8.tar.gz
+
+md5sum apache-forrest-0.8.tar.gz]]></source>
                     <p>... output should match that of the md5 file.</p>
                 </li>
                 <li>