Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Due to the new Release Distribution Policy, we should not be including MD5 checksums, but rather SHA512

...

Code Block
gpg2  --armor --output apache-ambari-X.Y.Z-src.tar.gz.asc --detach-sig apache-ambari-X.Y.Z-src.tar.gz

Generate

...

SHA512 checksums:

Code Block
md5sumsha512sum apache-ambari-X.Y.Z-src.tar.gz > apache-ambari-X.Y.Z-src.tar.gz.md5
sha1sum apache-ambari-X.Y.Z-src.tar.gz > apache-ambari-X.Y.Z-src.tar.gz.sha1

or

Code Block
openssl md5 apache-ambari-X.Y.Z-src.tar.gz > apache-ambari-X.Y.Z-src.tar.gz.md5
openssl sha1sha512 apache-ambari-X.Y.Z-src.tar.gz > apache-ambari-X.Y.Z-src.tar.gz.sha1

...