You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by ww...@apache.org on 2021/04/12 06:09:07 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-616] fix download page (#44)

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

wwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-yunikorn-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6b82e39  [YUNIKORN-616] fix download page (#44)
6b82e39 is described below

commit 6b82e394b15e0ab7ed9b538faf0d6fcdbf21a31c
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Mon Apr 12 16:08:59 2021 +1000

    [YUNIKORN-616] fix download page (#44)
    
    Minor fixes to download instructions not related to a specific version.
---
 src/pages/community/download.md | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/pages/community/download.md b/src/pages/community/download.md
index bc57d83..acc5df2 100644
--- a/src/pages/community/download.md
+++ b/src/pages/community/download.md
@@ -40,16 +40,19 @@ To verify the Apache YuniKorn release using GPG:
 - Download the release apache-yunikorn-X.Y.Z-incubating-src.tar.gz from a mirror site.
 - Download the signature file apache-yunikorn-X.Y.Z-incubating-src.tar.gz.asc from Apache.
 - Download the Apache YuniKorn [KEYS](https://downloads.apache.org/incubator/yunikorn/KEYS) file.
-- gpg –import KEYS
-- gpg –verify apache-yunikorn-X.Y.Z-incubating-X.Y.Z-src.tar.gz.asc
+- gpg –-import KEYS
+- gpg –-verify apache-yunikorn-X.Y.Z-incubating-src.tar.gz.asc
+
+Note: On MacOS-X the GNU gpg utility does not read from a file when importing.
+The import command should be `gpg --import < KEYS`   
 
 ## Verifying the checksum
 
 To verify the integrity of Apache YuniKorn release using the SHA-512 checksum:
 
-- Download the release apache-yunikorn-X.Y.Z-incubating-X.Y.Z-src.tar.gz from a mirror site.
-- Download the checksum apache-yunikorn-X.Y.Z-incubating-X.Y.Z-src.tar.gz.sha512 from Apache.
-- shasum –a 512 apache-yunikorn-X.Y.Z-incubating-X.Y.Z-src.tar.gz
+- Download the release apache-yunikorn-X.Y.Z-incubating-src.tar.gz from a mirror site.
+- Download the checksum apache-yunikorn-X.Y.Z-incubating-src.tar.gz.sha512 from Apache.
+- shasum –a 512 apache-yunikorn-X.Y.Z-incubating-src.tar.gz
 
 ## All releases