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

fijal at codespeak.net fijal at codespeak.net
Sun May 17 20:11:27 CEST 2009


Author: fijal
Date: Sun May 17 20:11:26 2009
New Revision: 65283

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
fix the category


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Sun May 17 20:11:26 2009
@@ -120,7 +120,7 @@
                    "slavenames": ["bigdogvm1"],
                    'builddir' : JITLINUX32,
                    'factory' : pypyJITTranslatedTestFactory,
-                   'category' : 'other',
+                   'category' : 'lib-python',
                    }
                 ],
 



More information about the Pypy-commit mailing list