Author: Armin Rigo <[email protected]> Branch: Changeset: r82933:3af1e20d2bd1 Date: 2016-03-10 11:55 +0100 http://bitbucket.org/pypy/pypy/changeset/3af1e20d2bd1/
Log: also prints sha256 diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh --- a/pypy/tool/release/repackage.sh +++ b/pypy/tool/release/repackage.sh @@ -35,9 +35,10 @@ zip -r pypy-$maj.$min.$rev-src.zip pypy-$maj.$min.$rev-src rm -rf pypy-$maj.$min.$rev-src -# Print out the md5, sha1 +# Print out the md5, sha1, sha256 md5sum *.bz2 *.zip sha1sum *.bz2 *.zip +sha256sum *.bz2 *.zip # Now upload all the bz2 and zip _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
