[Checkins] SVN: groktoolkit/branches/1.2/ explicitely tell buildout to not include site-packages. this is forward compatible with the changed defaults in zc.buildout 1.5.2

Jan-Wijbrand Kolman janwijbrand at gmail.com
Mon Oct 18 10:23:03 EDT 2010


Log message for revision 117713:
  explicitely tell buildout to not include site-packages. this is forward compatible with the changed defaults in zc.buildout 1.5.2

Changed:
  U   groktoolkit/branches/1.2/buildout.cfg
  U   groktoolkit/branches/1.2/grok.cfg

-=-
Modified: groktoolkit/branches/1.2/buildout.cfg
===================================================================
--- groktoolkit/branches/1.2/buildout.cfg	2010-10-18 14:21:26 UTC (rev 117712)
+++ groktoolkit/branches/1.2/buildout.cfg	2010-10-18 14:23:03 UTC (rev 117713)
@@ -6,8 +6,9 @@
     depgraph
     checkversions
     uploadversions
+develop = .
 allow-picked-versions = false
-develop = .
+include-site-packages = false
 
 [test-grok]
 recipe = z3c.recipe.compattest

Modified: groktoolkit/branches/1.2/grok.cfg
===================================================================
--- groktoolkit/branches/1.2/grok.cfg	2010-10-18 14:21:26 UTC (rev 117712)
+++ groktoolkit/branches/1.2/grok.cfg	2010-10-18 14:23:03 UTC (rev 117713)
@@ -83,7 +83,7 @@
 # ZTK overrides
 z3c.recipe.compattest = 0.13
 z3c.recipe.scripts = 1.0.1
-zc.buildout = 1.5.1
+zc.buildout = 1.5.2
 zc.recipe.egg = 1.3.2
 zc.recipe.testrunner = 1.4.0
 zc.resourcelibrary = 1.3.2



More information about the checkins mailing list