[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg skip the virtualenv, use system python on windows slave.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Sat Oct 16 02:04:34 EDT 2010


Log message for revision 117585:
  skip the virtualenv, use system python on windows slave.

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-15 22:05:51 UTC (rev 117584)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-16 06:04:32 UTC (rev 117585)
@@ -115,21 +115,21 @@
 [project-macro-win-py2.5]
 <= project-macro
 slaves = slave-win
-bootstrap = C:\projects\virtualenv-2.5\Scripts\python bootstrap.py
+bootstrap = C:\Python25\python bootstrap.py
 buildout = bin\buildout -v
 test = bin\test --all
 
 [project-macro-win-py2.6]
 <= project-macro
 slaves = slave-win
-bootstrap = C:\projects\virtualenv-2.6\Scripts\python bootstrap.py
+bootstrap = C:\Python26\python bootstrap.py
 buildout = bin\buildout -v
 test = bin\test --all
 
 [project-macro-win-py2.7]
 <= project-macro
 slaves = slave-win
-bootstrap = C:\projects\virtualenv-2.7\Scripts\python bootstrap.py
+bootstrap = C:\Python27\python bootstrap.py
 buildout = bin\buildout -v
 test = bin\test --all
 



More information about the checkins mailing list