[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg assume there is a bootstrap.py in the project directory

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Apr 21 06:24:30 EDT 2010


Log message for revision 111203:
  assume there is a bootstrap.py in the project directory

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-04-21 09:59:39 UTC (rev 111202)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-04-21 10:24:29 UTC (rev 111203)
@@ -92,13 +92,13 @@
 
 [project-win-py2.5-defaults]
 slaves = slave-win-py2.5
-bootstrap = C:\projects\virtualenv-2.5\Scripts\python C:\projects\bootstrap.py
+bootstrap = C:\projects\virtualenv-2.5\Scripts\python 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 C:\projects\bootstrap.py
+bootstrap = C:\projects\virtualenv-2.6\Scripts\python bootstrap.py
 buildout = bin\buildout
 test = bin\test
 



More information about the checkins mailing list