[pypy-commit] buildbot default: add armhf builds to sorting

bivab noreply at buildbot.pypy.org
Thu May 16 09:37:04 CEST 2013


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r820:f90a1ca0235a
Date: 2013-05-16 09:33 +0200
http://bitbucket.org/pypy/buildbot/changeset/f90a1ca0235a/

Log:	add armhf builds to sorting

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 @@
         'linux64':   50,
         'osx':       30,
         'win32':     10,
+        'linux_armhf_raspbian': 6,
         'linux_armel': 5,
         }
 


More information about the pypy-commit mailing list