[Zope-Checkins] SVN: Zope/trunk/ Switch to allow-picked-versions = false, as we do it in the ZTK
Hanno Schlichting
hannosch at hannosch.eu
Sun Jun 27 05:43:15 EDT 2010
Log message for revision 113915:
Switch to allow-picked-versions = false, as we do it in the ZTK
Changed:
U Zope/trunk/buildout.cfg
U Zope/trunk/versions.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2010-06-27 09:41:25 UTC (rev 113914)
+++ Zope/trunk/buildout.cfg 2010-06-27 09:43:14 UTC (rev 113915)
@@ -1,5 +1,4 @@
[buildout]
-extensions = buildout.dumppickedversions
develop = .
parts =
@@ -12,6 +11,7 @@
checkversions
wsgi
+allow-picked-versions = false
extends = versions.cfg
unzip = true
Modified: Zope/trunk/versions.cfg
===================================================================
--- Zope/trunk/versions.cfg 2010-06-27 09:41:25 UTC (rev 113914)
+++ Zope/trunk/versions.cfg 2010-06-27 09:43:14 UTC (rev 113915)
@@ -34,6 +34,5 @@
zope.testbrowser = 3.9.0
# toolchain
-buildout.dumppickedversions = 0.4
tl.eggdeps = 0.4
z3c.checkversions = 0.2
More information about the Zope-Checkins
mailing list