Author: Richard Plangger <[email protected]>
Branch: s390x-buildbot
Changeset: r975:df8ff01c8d56
Date: 2016-01-11 17:36 +0100
http://bitbucket.org/pypy/buildbot/changeset/df8ff01c8d56/

Log:    added s390x to config

diff --git a/bot2/pypybuildbot/pypylist.py b/bot2/pypybuildbot/pypylist.py
--- a/bot2/pypybuildbot/pypylist.py
+++ b/bot2/pypybuildbot/pypylist.py
@@ -28,6 +28,7 @@
         'linux':    100,
         'linux64':   50,
         'osx':       30,
+        's390x':     20,
         'win32':     10,
         'linux_armhf_raspbian': 7,
         'linux_armhf_raring': 6,
@@ -41,6 +42,7 @@
         'osx64':     'macosx-x86-64',
         'win32':     'win-x86-32',
         'freebsd64': 'freebsd-9-x86-64',
+        's390x':     's390-64',
         }
 
     DESCRIPTIONS = {
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to