[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg predictable way of running bootstrap

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Apr 21 08:34:42 EDT 2010


Log message for revision 111204:
  predictable way of running bootstrap

Changed:
  U   Sandbox/janjaapdriessen/buildbot/buildout.cfg

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-04-21 10:24:29 UTC (rev 111203)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-04-21 12:34:42 UTC (rev 111204)
@@ -82,23 +82,23 @@
 # Working around the virtualenv of collective.buildbot in order to have one 
 # buildslave per platform. We 'just know' the location of the python 
 # interpreter.
-bootstrap = /usr/bin/python2.6 bootstrap.py 
+bootstrap = /usr/bin/python2.6 /tmp/bootstrap.py 
 slaves = slave-ubuntu32
          slave-ubuntu64
          slave-osx
 
 [project-py2.5-defaults]
-bootstrap = /usr/bin/python2.5 bootstrap.py 
+bootstrap = /usr/bin/python2.5 /tmp/bootstrap.py 
 
 [project-win-py2.5-defaults]
 slaves = slave-win-py2.5
-bootstrap = C:\projects\virtualenv-2.5\Scripts\python bootstrap.py
+bootstrap = C:\projects\virtualenv-2.5\Scripts\python C:\projects\bootstrap.py
 buildout = bin\buildout
 test = bin\test
 
 [project-win-py2.6-defaults]
 slaves = slave-win-py2.6
-bootstrap = C:\projects\virtualenv-2.6\Scripts\python bootstrap.py
+bootstrap = C:\projects\virtualenv-2.6\Scripts\python C:\projects\bootstrap.py
 buildout = bin\buildout
 test = bin\test
 



More information about the checkins mailing list