[pypy-commit] pypy default: also prints sha256

arigo pypy.commits at gmail.com
Thu Mar 10 05:56:43 EST 2016


Author: Armin Rigo <arigo at tunes.org>
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
 


More information about the pypy-commit mailing list