Author: buildbot
Date: Tue Dec 9 21:35:28 2014
New Revision: 932033
Log:
Staging update by buildbot for oodt
Modified:
websites/staging/oodt/trunk/content/ (props changed)
websites/staging/oodt/trunk/content/download.html
Propchange: websites/staging/oodt/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 9 21:35:28 2014
@@ -1 +1 @@
-1644192
+1644194
Modified: websites/staging/oodt/trunk/content/download.html
==============================================================================
--- websites/staging/oodt/trunk/content/download.html (original)
+++ websites/staging/oodt/trunk/content/download.html Tue Dec 9 21:35:28 2014
@@ -160,15 +160,14 @@ under the License.
<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>