You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Sebb (Jira)" <ji...@apache.org> on 2021/08/28 14:18:00 UTC

[jira] [Created] (HDDS-5694) Download page must not use dist.apache.org

Sebb created HDDS-5694:
--------------------------

             Summary: Download page must not use dist.apache.org
                 Key: HDDS-5694
                 URL: https://issues.apache.org/jira/browse/HDDS-5694
             Project: Apache Ozone
          Issue Type: Bug
            Reporter: Sebb


The download page links to dist.apache.org for sigs and hashes.
These must be linked from https://downloads.apache.org/ozone/...

e.g. replace
https://dist.apache.org/repos/dist/release/ozone/1.1.0/ozone-1.1.0-src.tar.gz.sha512
with
https://downloads.apache.org/ozone/1.1.0/ozone-1.1.0-src.tar.gz.sha512

The source and binary links look OK.

Also there are some problems with the gpg examples:

gpg requires -- before qualifiers, not "&ndash;"

Also
gpg –verify ozone-X.Y.Z-src.tar.gz.asc
should read
gpg --verify ozone-X.Y.Z-src.tar.gz.asc ozone-X.Y.Z-src.tar.gz
The second parameter is necessary:
https://www.apache.org/info/verification.html#specify_both



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org