You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2016/05/09 13:18:08 UTC

svn commit: r13580 - in /release/jmeter: HEADER.html README.html

Author: sebb
Date: Mon May  9 13:18:08 2016
New Revision: 13580

Log:
Don't duplicate sig checking info

Modified:
    release/jmeter/HEADER.html
    release/jmeter/README.html

Modified: release/jmeter/HEADER.html
==============================================================================
--- release/jmeter/HEADER.html (original)
+++ release/jmeter/HEADER.html Mon May  9 13:18:08 2016
@@ -14,23 +14,8 @@ Please visit the <a href="http://jmeter.
 <p>
 The release archives have been signed using GnuPG.
 </p>
-<p> For each archive (.zip/.tgz) file there will be an accompanying <em>file</em>.asc signature file in the same directory as the file. <br/>
-The signing keys can be found in the distribution directory at
-<a href="https://www.apache.org/dist/jmeter/KEYS">https://www.apache.org/dist/jmeter/KEYS</a>.
-</p>
-<h4>Always download the KEYS file directly from the Apache site, never from a mirror.</h4>
 <p>
-Always test the signatures e.g.<br>
-<code><pre>
-$ pgpk -a KEYS
-$ pgpv apache-jmeter-2.13.tar.gz.asc
-or,
-$ pgp -ka KEYS
-$ pgp apache-jmeter-2.13.tar.gz.asc
-or,
-$ gpg --import KEYS
-$ gpg --verify apache-jmeter-2.13.tar.gz.asc apache-jmeter-2.13.tar.gz
-</pre></code>
+Always <a href="#sig">check the signature of the archive</a>
 </p>
 <h2>Java version</h2>
 <p>

Modified: release/jmeter/README.html
==============================================================================
--- release/jmeter/README.html (original)
+++ release/jmeter/README.html Mon May  9 13:18:08 2016
@@ -20,7 +20,9 @@
     <a href="https://www.apache.org/dist/jmeter/KEYS"><samp>https://www.apache.org/dist/jmeter/KEYS</samp></a>.
 </p>
 
-<pre>Always signatures to validate package authenticity, <i>e.g.</i>,
+<h4>Always download the KEYS file directly from the Apache site, never from a mirror.</h4>
+
+<pre>Always check signatures to validate package authenticity, <i>e.g.</i>,
 $ pgpk -a KEYS
 $ pgpv apache-jmeter-2.13.tgz.asc
 <i>or</i>,