[pypy-svn] r78992 - pypy/build/bot2/pypybuildbot

arigo at codespeak.net arigo at codespeak.net
Thu Nov 11 11:28:58 CET 2010


Author: arigo
Date: Thu Nov 11 11:28:56 2010
New Revision: 78992

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Adapt the branch_order_prefixes.


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Thu Nov 11 11:28:56 2010
@@ -86,12 +86,7 @@
 
 # pypy test summary page
 summary = load('pypybuildbot.summary')
-status.putChild('summary', summary.Summary(['own', 'applevel',
-                                            'lib-python', 'jit',
-                                            'stackless',
-                                            'windows', 'mac',
-                                            'benchmark-run',
-                                            'other']))
+status.putChild('summary', summary.Summary(['linux', 'mac', 'win', 'freebsd']))
 status.putChild('nightly', PyPyList(os.path.expanduser('~/nightly'),
                                     defaultType='application/octet-stream'))
 



More information about the Pypy-commit mailing list