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/08/13 18:54:31 UTC

[incubator-yunikorn-site] branch master updated: [YUNIKORN-779] fix commands on download page (#70)

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 89c71ba  [YUNIKORN-779] fix commands on download page (#70)
89c71ba is described below

commit 89c71ba4b006de99a7ed8427cf26d6890845376c
Author: Wilfred Spiegelenburg <wi...@apache.org>
AuthorDate: Sat Aug 14 04:54:28 2021 +1000

    [YUNIKORN-779] fix commands on download page (#70)
---
 src/pages/community/download.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/pages/community/download.md b/src/pages/community/download.md
index 4c5d5ca..f40cc1c 100644
--- a/src/pages/community/download.md
+++ b/src/pages/community/download.md
@@ -44,8 +44,8 @@ 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-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`   
@@ -56,7 +56,9 @@ To verify the integrity of Apache YuniKorn release using the SHA-512 checksum:
 
 - 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
+- Verify the checksum
+  - on MacOS-X: `shasum -c apache-yunikorn-X.Y.Z-incubating-src.tar.gz.sha512`
+  - on Linux: `sha256sum -c apache-yunikorn-X.Y.Z-incubating-src.tar.gz.sha512`
 
 ## All releases