Author: kiwiwings
Date: Tue Mar 16 21:53:09 2021
New Revision: 1887741
URL: http://svn.apache.org/viewvc?rev=1887741&view=rev
Log:
XMLBEANS-558 - Download page gpg example needs second parameter
Modified:
xmlbeans/site/build/site/download/index.html
Modified: xmlbeans/site/build/site/download/index.html
URL:
http://svn.apache.org/viewvc/xmlbeans/site/build/site/download/index.html?rev=1887741&r1=1887740&r2=1887741&view=diff
==============================================================================
--- xmlbeans/site/build/site/download/index.html (original)
+++ xmlbeans/site/build/site/download/index.html Tue Mar 16 21:53:09 2021
@@ -334,7 +334,8 @@ document.write("Last Published: " + docu
<span class="lineno"></span><span class="codebody"></span>
</div>
</div>
-<p>or</p>
+<p>or - <em>it's good practice to <a
href="https://www.apache.org/info/verification.html#specify_both">specify both
files</a>: (detached) signature and binary</em>
+</p>
<div class="code">
<div class="codeline">
<span class="lineno"></span><span class="codebody"></span>
@@ -382,7 +383,7 @@ document.write("Last Published: " + docu
<span class="lineno"></span><span class="codebody"></span>
</div>
<div class="codeline">
-<span class="lineno"></span><span class="codebody">% gpg --verify
xmlbeans-bin-3.1.0.tgz.asc</span>
+<span class="lineno"></span><span class="codebody">% gpg --verify
xmlbeans-bin-3.1.0.tgz.asc xmlbeans-bin-3.1.0.tgz</span>
</div>
<div class="codeline">
<span class="lineno"></span><span class="codebody">gpg: assuming signed data
in `xmlbeans-bin-3.1.0.tgz'</span>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]