You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2021/10/27 16:35:29 UTC

[geode-site] branch asf-site updated: incorporate reviewer feedback re: example format

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new afc1126  incorporate reviewer feedback re: example format
afc1126 is described below

commit afc1126a20aeab05ecf22c93868947720261ab33
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Oct 27 09:35:18 2021 -0700

    incorporate reviewer feedback re: example format
---
 releases/index.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/releases/index.html b/releases/index.html
index 9ba94df..f684b7c 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -296,22 +296,22 @@ dependencies {
 					The PGP signatures can be verified using PGP or GPG. First download the <a href="https://downloads.apache.org/geode/KEYS">KEYS</a> as well as the <em>asc signature</em> file for the particular distribution. Then verify the signatures using:
 				</p>
 				<p style="margin-left:5%"><tt>
-       				% pgpk -a KEYS
+       				pgpk -a KEYS
 					</br>
-        			% pgpv ${filename}.tar.gz.asc</tt>
+        			pgpv ${filename}.tgz.asc</tt>
         			</p>
                                 <p>
     				or
 				<p style="margin-left:5%"><tt>
-        			% pgp -ka KEYS
+        			pgp -ka KEYS
         			</br>
-        			% pgp ${filename}.tar.gz.asc</tt>
+        			pgp ${filename}.tgz.asc</tt>
                                 <p>
     				or
 				<p style="margin-left:5%"><tt>
-        			% gpg --import KEYS
+        			gpg --import KEYS
         			</br>
-        			% gpg --verify ${filename}.tar.gz.asc</tt>
+        			gpg --verify ${filename}.tgz.asc</tt>
         		</p>
         <p>
         Alternatively, you can verify the SHA256 checksum on the files. A program called <tt>sha256sum</tt>