[pypy-svn] r35420 - pypy/dist/pypy/translator/goal

antocuni at codespeak.net antocuni at codespeak.net
Thu Dec 7 11:29:03 CET 2006


Author: antocuni
Date: Thu Dec  7 11:29:02 2006
New Revision: 35420

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Add pypy.net to the list of automatically-built pypys.



Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Thu Dec  7 11:29:02 2006
@@ -174,6 +174,7 @@
             c--profopt='-c "from richards import *;main(iterations=1)"'
             c--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
             c--gc=framework--_objspace-std-withstrdict--profopt='-c "from richards import *;main(iterations=1)"'
+            cli
             """.split('\n') if backend.strip() and not backend.strip().startswith('#')]
     print time.ctime()
     for backend in backends:



More information about the Pypy-commit mailing list