-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66129/
-----------------------------------------------------------
Review request for ranger, Madhan Neethiraj, Selvamohan Neethiraj, and Sailaja Polavarapu.
Bugs: RANGER-2028
https://issues.apache.org/jira/browse/RANGER-2028
Repository: ranger
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
Diffs
-----
release-build.xml 7efe9a7
Diff: https://reviews.apache.org/r/66129/diff/1/
Testing
-------
Ran release build script and verified individual checksum files are created.
Thanks,
Velmurugan Periasamy
|