[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg Back to using virtualenv

Jan-Jaap Driessen jdriessen at thehealthagency.com
Sun Jun 6 06:17:13 EDT 2010


Log message for revision 113177:
  Back to using virtualenv

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-06-05 22:39:18 UTC (rev 113176)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-06-06 10:17:13 UTC (rev 113177)
@@ -88,10 +88,9 @@
 buildout = bin/buildout -v
 mailmode = failing
 mailto = root at localhost
-# 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 /tmp/bootstrap.py
+# If the buildslave is built with python2.6
+# collective.buildbot will inject a python2.6 virtualenv here.
+bootstrap = python /tmp/bootstrap.py
 slaves = slave-ubuntu32
          slave-ubuntu64
          slave-osx



More information about the checkins mailing list