[pypy-svn] r75363 - pypy/trunk/pypy/tool/release

fijal at codespeak.net fijal at codespeak.net
Sun Jun 13 07:13:41 CEST 2010


Author: fijal
Date: Sun Jun 13 07:13:38 2010
New Revision: 75363

Modified:
   pypy/trunk/pypy/tool/release/force-builds.py
Log:
Add own-* builders here as well


Modified: pypy/trunk/pypy/tool/release/force-builds.py
==============================================================================
--- pypy/trunk/pypy/tool/release/force-builds.py	(original)
+++ pypy/trunk/pypy/tool/release/force-builds.py	Sun Jun 13 07:13:38 2010
@@ -17,6 +17,9 @@
 from twisted.web.error import PageRedirect
 
 BUILDERS = [
+    'own-linux-x86-32',
+    'own-linux-x86-64',
+    'own-macosx-x86-32',
     'pypy-c-app-level-linux-x86-32',
     'pypy-c-app-level-linux-64',
     'pypy-c-stackless-app-level-linux-x86-32',



More information about the Pypy-commit mailing list