[Checkins] SVN: gocept.selenium/trunk/ Avoid version conflicts with zc.buildout when running bootstrap.py

Wolfgang Schnerring wosc at wosc.de
Thu Dec 30 12:09:41 EST 2010


Log message for revision 119226:
  Avoid version conflicts with zc.buildout when running bootstrap.py
  
  bootstrap.py picks up ``buildout.cfg`` which pins zc.buildout to 1.4, but that can cause trouble with some flavours since they require zc.buildout 1.5. To avoid this, we won't have a ``buildout.cfg`` so users will be forced to specify a config file explicitly, avoiding version clashes
  

Changed:
  D   gocept.selenium/trunk/buildout.cfg
  A   gocept.selenium/trunk/selenium.cfg

-=-
Deleted: gocept.selenium/trunk/buildout.cfg
===================================================================
--- gocept.selenium/trunk/buildout.cfg	2010-12-30 16:31:39 UTC (rev 119225)
+++ gocept.selenium/trunk/buildout.cfg	2010-12-30 17:09:41 UTC (rev 119226)
@@ -1,6 +0,0 @@
-[buildout]
-extends = common.cfg
-          http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
-
-[test]
-defaults = ["--ignore_dir=ztk", "--ignore_dir=zope",  "--ignore_dir=static", "--ignore_dir=plone", "--ignore_dir=grok", "--ignore_dir=wsgi"]
\ No newline at end of file

Copied: gocept.selenium/trunk/selenium.cfg (from rev 119225, gocept.selenium/trunk/buildout.cfg)
===================================================================
--- gocept.selenium/trunk/selenium.cfg	                        (rev 0)
+++ gocept.selenium/trunk/selenium.cfg	2010-12-30 17:09:41 UTC (rev 119226)
@@ -0,0 +1,6 @@
+[buildout]
+extends = common.cfg
+          http://download.zope.org/zopetoolkit/index/1.0/ztk-versions.cfg
+
+[test]
+defaults = ["--ignore_dir=ztk", "--ignore_dir=zope",  "--ignore_dir=static", "--ignore_dir=plone", "--ignore_dir=grok", "--ignore_dir=wsgi"]
\ No newline at end of file



More information about the checkins mailing list