[pypy-commit] pypy default: add s390x to repackage script

mattip pypy.commits at gmail.com
Wed Apr 20 00:20:47 EDT 2016


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r83784:9d69be296de7
Date: 2016-04-20 07:20 +0300
http://bitbucket.org/pypy/pypy/changeset/9d69be296de7/

Log:	add s390x to repackage script

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
@@ -9,7 +9,7 @@
 # download source, assuming a tag for the release already exists, and repackage them.
 # The script should be run in an empty directory, i.e. /tmp/release_xxx
 
-for plat in linux linux64 linux-armhf-raspbian linux-armhf-raring linux-armel osx64
+for plat in linux linux64 linux-armhf-raspbian linux-armhf-raring linux-armel osx64 s390x
   do
     wget http://buildbot.pypy.org/nightly/$branchname/pypy-c-jit-latest-$plat.tar.bz2
     tar -xf pypy-c-jit-latest-$plat.tar.bz2


More information about the pypy-commit mailing list