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

vel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/master by this push:
     new b75ec83  Doc update for wiki
b75ec83 is described below

commit b75ec8350aa3a3dceb9710fcc98a96cf0efdf6f5
Author: Velmurugan Periasamy <[email protected]>
AuthorDate: Tue Jul 9 16:32:14 2019 -0400

    Doc update for wiki
---
 docs/src/site/xdoc/quick_start_guide.xml | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/src/site/xdoc/quick_start_guide.xml 
b/docs/src/site/xdoc/quick_start_guide.xml
index 7015b5b..eaa2889 100644
--- a/docs/src/site/xdoc/quick_start_guide.xml
+++ b/docs/src/site/xdoc/quick_start_guide.xml
@@ -109,12 +109,20 @@
                2. Download the PGP signature for, 
apache-ranger-%version-number%.tar.gz which usaully named as 
apache-ranger-%version-number%.tar.gz.asc (from URL provided in the release 
email)
                        </p>
                        <p>
-               3. Execute the following command to verify the release
+               3. Get the keys used to sign the releases for verification. 
https://dist.apache.org/repos/dist/release/ranger/KEYS
+        <source> 
+           $ gpg --import KEYS
+           $ gpg --fingerprint <key-id> 
+        </source>
+                       </p>
+        
+                       <p>
+               4. Execute the following command to verify the release
         <source> $ gpg --verify apache-ranger-%version-number%.tar.gz.asc 
apache-ranger-%version-number%.tar.gz </source>
         
                        </p>
         <p>
-            4. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz 
which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL 
provided in the release email)
+            5. Download MD5/SHA hash for apache-ranger-%version-number%.tar.gz 
which usaully named as apache-ranger-%version-number%.tar.gz.mds (from URL 
provided in the release email)
             <source>$ gpg --print-mds apache-ranger-%version-number%.tar.gz 
</source>
             Compare MD5, SHA hash generated from the above command and the 
signature available in the apache-ranger-%version-number%.tar.gz.mds.
         </p>

Reply via email to