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:32:57 UTC

[geode-site] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/geode-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6dc03f8  incorporate reviewer feedback re: example format
6dc03f8 is described below

commit 6dc03f8d370f3a678624080643091471ce0073b4
Author: Dave Barnes <db...@apache.org>
AuthorDate: Wed Oct 27 09:32:40 2021 -0700

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

diff --git a/website/content/releases/index.html b/website/content/releases/index.html
index 57b01c0..3cf51ce 100644
--- a/website/content/releases/index.html
+++ b/website/content/releases/index.html
@@ -219,22 +219,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>