Repository: predictionio Updated Branches: refs/heads/develop 5469ae4a1 -> 2e5b6f1a1
[MINOR] Remove instructions for MD5 checksum generation On par with new Apache policy Project: http://git-wip-us.apache.org/repos/asf/predictionio/repo Commit: http://git-wip-us.apache.org/repos/asf/predictionio/commit/2e5b6f1a Tree: http://git-wip-us.apache.org/repos/asf/predictionio/tree/2e5b6f1a Diff: http://git-wip-us.apache.org/repos/asf/predictionio/diff/2e5b6f1a Branch: refs/heads/develop Commit: 2e5b6f1a154a64acf1cf3ec1f5272bff8f943b45 Parents: e734ff8 Author: Chan Lee <[email protected]> Authored: Mon Mar 5 13:06:30 2018 -0800 Committer: Chan Lee <[email protected]> Committed: Mon Mar 5 13:10:12 2018 -0800 ---------------------------------------------------------------------- PMC.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/predictionio/blob/2e5b6f1a/PMC.md ---------------------------------------------------------------------- diff --git a/PMC.md b/PMC.md index e81b9ea..f61d75e 100644 --- a/PMC.md +++ b/PMC.md @@ -43,9 +43,7 @@ for staging release candidates for voting. (http://apache.org/dev/release-signing.html#openpgp-ascii-detach-sig) * `gpg --armor --output apache-predictionio-0.13.0-rc1.tar.gz.asc --detach-sig apache-predictionio-0.13.0-rc1.tar.gz` -7. Generate MD5 and SHA512 checksums for the release candidate. - * `gpg --print-md MD5 apache-predictionio-0.13.0-rc1.tar.gz > - apache-predictionio-0.13.0-rc1.tar.gz.md5` +7. Generate SHA512 checksums for the release candidate. * `gpg --print-md SHA512 apache-predictionio-0.13.0-rc1.tar.gz > apache-predictionio-0.13.0-rc1.tar.gz.sha512` 8. Run `./make-distribution.sh` and repeat steps 5 to 7 to create binary distribution release.
