Author: David Schneider <[email protected]>
Branch: 
Changeset: r770:602ef6044151
Date: 2013-04-07 08:49 +0200
http://bitbucket.org/pypy/buildbot/changeset/602ef6044151/

Log:    this should have been a list

diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/master.py
+++ b/bot2/pypybuildbot/master.py
@@ -183,7 +183,7 @@
     translationArgs=crosstranslationargs + ['-O2'],
     platform='linux-armel',
     interpreter='pypy',
-    prefix='schroot -c armel',
+    prefix=['schroot', '-c', 'armel'],
     trigger='APPLVLLINUXARM_scheduler')
 
 pypyJITCrossTranslationFactoryARM = pypybuilds.NightlyBuild(
@@ -192,7 +192,7 @@
                         + crosstranslationjitargs),
     platform='linux-armel',
     interpreter='pypy',
-    prefix='schroot -c armel',
+    prefix=['schroot', '-c', 'armel'],
     trigger='JITLINUXARM_scheduler')
 
 pypyARMJITTranslatedTestFactory = pypybuilds.TranslatedTests(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to