You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@yunikorn.apache.org by "Wilfred Spiegelenburg (Jira)" <ji...@apache.org> on 2021/08/03 04:51:00 UTC

[jira] [Created] (YUNIKORN-779) Download page improvements

Wilfred Spiegelenburg created YUNIKORN-779:
----------------------------------------------

             Summary: Download page improvements
                 Key: YUNIKORN-779
                 URL: https://issues.apache.org/jira/browse/YUNIKORN-779
             Project: Apache YuniKorn
          Issue Type: Improvement
          Components: website
            Reporter: Wilfred Spiegelenburg


The download page has some minor issues that need to be fixed:
 * the first dashes in the gpg command lines are not real dashes they are some different char which means you cannot copy and paste the command line
 * same for the dash in the shasum it is not a real dash
 * the shasum command given is not for verifying but to generate the sum. It should be:
{code:java}
shasum -c apache-yunikorn-X.Y.Z-incubating-src.tar.gz.sha512
{code}

 * the shasum command does not exist on linux it should be sha256sum, we need to provide both commandlines



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: dev-help@yunikorn.apache.org