Author: mattip <matti.pi...@gmail.com>
Branch: 
Changeset: r83769:aa60332382a1
Date: 2016-04-19 14:54 +0300
http://bitbucket.org/pypy/pypy/changeset/aa60332382a1/

Log:    update for 5.1 release

diff --git a/pypy/tool/release/force-builds.py 
b/pypy/tool/release/force-builds.py
--- a/pypy/tool/release/force-builds.py
+++ b/pypy/tool/release/force-builds.py
@@ -21,16 +21,14 @@
     'own-linux-x86-64',
     'own-linux-armhf',
     'own-win-x86-32',
+    'own-linux-s390x-2',
 #    'own-macosx-x86-32',
-#    'pypy-c-app-level-linux-x86-32',
-#    'pypy-c-app-level-linux-x86-64',
-#    'pypy-c-stackless-app-level-linux-x86-32',
-#    'pypy-c-app-level-win-x86-32',
     'pypy-c-jit-linux-x86-32',
     'pypy-c-jit-linux-x86-64',
-    'pypy-c-jit-freebsd-9-x86-64',
+#    'pypy-c-jit-freebsd-9-x86-64',
     'pypy-c-jit-macosx-x86-64',
     'pypy-c-jit-win-x86-32',
+    'pypy-c-jit-linux-s390x-2',
     'build-pypy-c-jit-linux-armhf-raring',
     'build-pypy-c-jit-linux-armhf-raspbian',
     'build-pypy-c-jit-linux-armel',
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,7 +1,7 @@
 # Edit these appropriately before running this script
 maj=5
-min=0
-rev=1
+min=1
+rev=0
 branchname=release-$maj.x  # ==OR== release-$maj.$min.x
 tagname=release-$maj.$min.$rev
 # This script will download latest builds from the buildmaster, rename the top
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to