Description
Fix the release build scripts to conform to the Apache release guidelines surrounding hashes:
http://www.apache.org/dev/release-distribution#sigs-and-sums
The names of signature and checksum files MUST be formed by adding to the
name of the artifact the following suffixes:
- .asc for a (ASCII armored) PGP signature
- .sha1 for a SHA-1 checksum
- .sha256 for a SHA-256 checksum
- .sha512 for a SHA-512 checksum
- .md5 for a MD5 checksum
Attachments
Issue Links
- is cloned by
-
RANGER-2241 Fix release build scripts to conform to latest Apache release guidelines - Part 2 - Remove sha1 and mds
- Resolved