Author: lewismc
Date: Tue Dec  9 21:35:24 2014
New Revision: 1644194

URL: http://svn.apache.org/r1644194
Log:
CMS commit to oodt by lewismc

Modified:
    oodt/cms_site/trunk/content/download.md

Modified: oodt/cms_site/trunk/content/download.md
URL: 
http://svn.apache.org/viewvc/oodt/cms_site/trunk/content/download.md?rev=1644194&r1=1644193&r2=1644194&view=diff
==============================================================================
--- oodt/cms_site/trunk/content/download.md (original)
+++ oodt/cms_site/trunk/content/download.md Tue Dec  9 21:35:24 2014
@@ -106,15 +106,14 @@
         <h4>PGP Signature</h4>
         <p>The PGP signatures can be verified using PGP or GPG. First download 
the <a href="http://www.apache.org/dist/oodt/KEYS-0.7.txt";>KEYS</a> as well as 
the asc signature file for the relevant distribution.</p>
         <p>N.B.Make sure you get these files from the <a 
href="http://www.apache.org/dist/oodt/";>main distribution directory</a>, rather 
than from a mirror. Then verify the signatures using the following:</p>
-        <code>
-        $ gpg --import KEYS 
-        $ gpg --verify apache-gora-X.Y.Z-src.tar.gz.asc
-        </code>
+        <code>$ gpg --import KEYS </code>
+        <code>$ gpg --verify apache-oodt-X.Y.Z-src.zip.asc</code>
         <p>The files in the most recent release are signed by B876884A 
2007-12-24  Chris Mattmann (CODE SIGNING KEY) <[email protected]></p>
 
         <h4>MD5 Signature</h4>
-
-        <h4>Previous Releases</h4>
+        <p>Alternatively, you can verify the MD5 signature on the files. A 
unix program called md5 or md5sum is included in many unix distributions.</p>
+        <code>$ md5sum apache-oodt-X.Y.Z-src.tar.gz</code>
+        <p>... output should match the string in 
apache-oodt-X.Y.Z-src.zip.md5</p>
 
        </div><!-- end main content-->
 <!-- SIDEBAR-->


Reply via email to