[Checkins] SVN: Sandbox/janjaapdriessen/buildbot/buildout.cfg the --distribute option is not available in all versions of bootstrap.py, so stick with setuptools.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Fri Oct 8 06:51:51 EDT 2010


Log message for revision 117384:
  the --distribute option is not available in all versions of bootstrap.py, so stick with setuptools.

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

-=-
Modified: Sandbox/janjaapdriessen/buildbot/buildout.cfg
===================================================================
--- Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-07 20:14:03 UTC (rev 117383)
+++ Sandbox/janjaapdriessen/buildbot/buildout.cfg	2010-10-08 10:51:50 UTC (rev 117384)
@@ -89,22 +89,22 @@
 buildout = bin/buildout -v
 mailmode = failing
 mailto = root at localhost
-bootstrap = python bootstrap.py --distribute
+bootstrap = python bootstrap.py
 slaves = slave-ubuntu32
          slave-ubuntu64
          slave-osx
 
 [project-macro-py2.5]
 <= project-macro
-bootstrap = python2.5 bootstrap.py --distribute
+bootstrap = python2.5 bootstrap.py
 
 [project-macro-py2.6]
 <= project-macro
-bootstrap = python2.6 bootstrap.py --distribute
+bootstrap = python2.6 bootstrap.py
 
 [project-macro-py2.7]
 <= project-macro
-bootstrap = python2.7 bootstrap.py --distribute
+bootstrap = python2.7 bootstrap.py
 
 [project-macro-win-py2.5]
 <= project-macro



More information about the checkins mailing list