[Checkins] SVN: zopetoolkit/trunk/ Move the allow-picked-versions from ztk.cfg to buildout.cfg. It's a policy decision that shouldn't apply to the ZTK itself.

Hanno Schlichting hannosch at hannosch.eu
Fri Nov 13 08:05:21 EST 2009


Log message for revision 105599:
  Move the allow-picked-versions from ztk.cfg to buildout.cfg. It's a policy decision that shouldn't apply to the ZTK itself.
  

Changed:
  U   zopetoolkit/trunk/buildout.cfg
  U   zopetoolkit/trunk/ztk.cfg

-=-
Modified: zopetoolkit/trunk/buildout.cfg
===================================================================
--- zopetoolkit/trunk/buildout.cfg	2009-11-13 13:01:25 UTC (rev 105598)
+++ zopetoolkit/trunk/buildout.cfg	2009-11-13 13:05:20 UTC (rev 105599)
@@ -2,6 +2,7 @@
 parts = test-ztk depgraph
 extends = ztk.cfg
 versions = versions
+allow-picked-versions = false
 
 [versions]
 z3c.recipe.compattest = 0.9

Modified: zopetoolkit/trunk/ztk.cfg
===================================================================
--- zopetoolkit/trunk/ztk.cfg	2009-11-13 13:01:25 UTC (rev 105598)
+++ zopetoolkit/trunk/ztk.cfg	2009-11-13 13:05:20 UTC (rev 105599)
@@ -128,7 +128,6 @@
 
 [buildout]
 versions = versions
-allow-picked-versions = false
 
 [versions]
 z3c.recipe.compattest = 0.8.0



More information about the checkins mailing list