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

arigo at codespeak.net arigo at codespeak.net
Mon Oct 11 18:07:38 CEST 2010


Author: arigo
Date: Mon Oct 11 18:07:36 2010
New Revision: 77803

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Make a separate category {jit64}, as there are already {own64}
and {applevel64}.


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Mon Oct 11 18:07:36 2010
@@ -286,7 +286,7 @@
                    'slavenames': ['tannit64'],
                    'builddir': JITLINUX64,
                    'factory': pypyJITTranslatedTestFactory64,
-                   'category': 'jit',
+                   'category': 'jit64',
                   },
                   {"name" : JITMACOSX32,
                    "slavenames": ["minime"],



More information about the Pypy-commit mailing list