[Zope-Checkins] SVN: Zope/branches/2.12/ Include checkversions

Hanno Schlichting hannosch at hannosch.eu
Sat Jun 5 07:51:58 EDT 2010


Log message for revision 113127:
  Include checkversions
  

Changed:
  U   Zope/branches/2.12/buildout.cfg
  D   Zope/branches/2.12/inst/
  U   Zope/branches/2.12/versions.cfg

-=-
Modified: Zope/branches/2.12/buildout.cfg
===================================================================
--- Zope/branches/2.12/buildout.cfg	2010-06-05 11:49:49 UTC (rev 113126)
+++ Zope/branches/2.12/buildout.cfg	2010-06-05 11:51:57 UTC (rev 113127)
@@ -1,12 +1,15 @@
 [buildout]
+extensions = buildout.dumppickedversions
+
 develop = .
 parts =
     test
     scripts
     zopepy
-    docs
     alltests
     allpy
+    docs
+    checkversions
 
 extends = versions.cfg
 unzip = true
@@ -29,11 +32,6 @@
 scripts = zopepy
 
 
-[docs]
-recipe = zc.recipe.egg
-eggs =  sphinx
-
-
 [alltests]
 recipe = zc.recipe.testrunner
 eggs =
@@ -124,3 +122,13 @@
 eggs = ${alltests:eggs}
 interpreter = allpy
 scripts = allpy
+
+
+[docs]
+recipe = zc.recipe.egg
+eggs =  Sphinx
+
+
+[checkversions]
+recipe = zc.recipe.egg
+eggs = z3c.checkversions

Modified: Zope/branches/2.12/versions.cfg
===================================================================
--- Zope/branches/2.12/versions.cfg	2010-06-05 11:49:49 UTC (rev 113126)
+++ Zope/branches/2.12/versions.cfg	2010-06-05 11:51:57 UTC (rev 113127)
@@ -4,6 +4,7 @@
 [versions]
 Zope2 =
 Acquisition = 2.13.3
+buildout.dumppickedversions = 0.4
 ClientForm = 0.2.10
 DateTime = 2.12.2
 distribute = 0.6.13
@@ -28,6 +29,7 @@
 tempstorage = 2.11.2
 ThreadLock = 2.13.0
 transaction = 1.0.0
+z3c.checkversions = 0.2
 zc.buildout = 1.4.3
 zc.lockfile = 1.0.0
 zc.recipe.egg = 1.2.2



More information about the Zope-Checkins mailing list