[Checkins] SVN: CMF.buildout/branches/zope210-cmf21/buildout.cfg - more intelligent pinning

Jens Vagelpohl jens at dataflake.org
Tue Nov 24 12:10:51 EST 2009


Log message for revision 105994:
  - more intelligent pinning

Changed:
  U   CMF.buildout/branches/zope210-cmf21/buildout.cfg

-=-
Modified: CMF.buildout/branches/zope210-cmf21/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope210-cmf21/buildout.cfg	2009-11-24 16:46:24 UTC (rev 105993)
+++ CMF.buildout/branches/zope210-cmf21/buildout.cfg	2009-11-24 17:10:51 UTC (rev 105994)
@@ -1,6 +1,7 @@
 # CMF 2.1 + Zope 2.10
 
 [buildout]
+versions = versions
 parts =
     zope2
     instance
@@ -15,8 +16,6 @@
     Products.CMFUid
     Products.DCWorkflow
     Products.GenericSetup <= 1.4.999
-    five.localsitemanager <= 1.0
-    plone.recipe.zope2instance <= 3.999
 develop =
     src/Products.CMFActionIcons
     src/Products.CMFCalendar
@@ -26,13 +25,17 @@
     src/Products.CMFUid
     src/Products.DCWorkflow
 
+[versions]
+plone.recipe.zope2instance = 3.6
+five.localsitemanager = 1.0
+
 [zope2]
 recipe = plone.recipe.zope2install
 url = http://www.zope.org/Products/Zope/2.10.9/Zope-2.10.9-final.tgz
 smart-recompile = True
 
 [instance]
-recipe = plone.recipe.zope2instance <= 3.999
+recipe = plone.recipe.zope2instance
 zope2-location = ${zope2:location}
 eggs = ${buildout:eggs}
 user = admin:admin



More information about the checkins mailing list