You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by rl...@apache.org on 2018/07/13 08:33:41 UTC

incubator-hawq-site git commit: HAWQ-1638. Only use one gpg command as an example.

Repository: incubator-hawq-site
Updated Branches:
  refs/heads/asf-site ce698f180 -> da5e23f4b


HAWQ-1638. Only use one gpg command as an example.


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/commit/da5e23f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/tree/da5e23f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/diff/da5e23f4

Branch: refs/heads/asf-site
Commit: da5e23f4b88e1c41355a69c3be2eb3130e5aac11
Parents: ce698f1
Author: rlei <rl...@pivotal.io>
Authored: Fri Jul 13 16:33:01 2018 +0800
Committer: rlei <rl...@pivotal.io>
Committed: Fri Jul 13 16:33:01 2018 +0800

----------------------------------------------------------------------
 index.html | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq-site/blob/da5e23f4/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 5c15d60..b97b2a6 100644
--- a/index.html
+++ b/index.html
@@ -392,26 +392,13 @@
                   <a href="https://www.apache.org/dist/incubator/hawq/KEYS">KEYS</a>
               </p>
               <p>
-                  The PGP signatures can be verified using PGP or GPG. First download the <a href="https://www.apache.org/dist/incubator/hawq/KEYS">KEYS</a> 
+                  The PGP signatures can be verified using GPG. First download the <a href="https://www.apache.org/dist/incubator/hawq/KEYS">KEYS</a> 
                   as well as the asc signature file for the particular distribution. Then verify the signatures using:
               </p>
               <p>
-                  % pgpk -a KEYS
-                  <br><br>
-                  % pgpv ${filename}.tar.gz.asc
-                  <br><br>
-                  or
-                  <br><br>
-                  % pgp -ka KEYS
-                  <br><br>
-                  % pgp ${filename}.tar.gz.asc
-                  <br><br>
-                  or
-                  <br><br>
                   % gpg --import KEYS
-                  <br><br>
+                  <br>
                   % gpg --verify ${filename}.tar.gz.asc ${filename}.tar.gz
-                  <br><br>
               </p>
               <p>
                   Alternatively, you can verify the SHA signature on the files.<br>