[pypy-commit] pypy default: update, as used for 5.0.1

arigo pypy.commits at gmail.com
Sat Mar 19 06:20:51 EDT 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r83168:ec5563e74874
Date: 2016-03-19 11:20 +0100
http://bitbucket.org/pypy/pypy/changeset/ec5563e74874/

Log:	update, as used for 5.0.1

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
@@ -1,9 +1,9 @@
 # Edit these appropriately before running this script
 maj=5
 min=0
-rev=0
+rev=1
 branchname=release-$maj.x  # ==OR== release-$maj.$min.x
-tagname=release-$maj.$min  # ==OR== release-$maj.$min.$rev
+tagname=release-$maj.$min.$rev
 # This script will download latest builds from the buildmaster, rename the top
 # level directory, and repackage ready to be uploaded to bitbucket. It will also
 # download source, assuming a tag for the release already exists, and repackage them.


More information about the pypy-commit mailing list