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 "–"
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: [email protected]
For additional commands, e-mail: [email protected]