[Checkins] SVN: CMF.buildout/branches/zope211-cmf21/buildout.cfg - force-pin plone.recipe.zope2instance. 4.0 breaks everything.

Jens Vagelpohl jens at dataflake.org
Tue Nov 24 08:29:27 EST 2009


Log message for revision 105985:
  - force-pin plone.recipe.zope2instance. 4.0 breaks everything.
  

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

-=-
Modified: CMF.buildout/branches/zope211-cmf21/buildout.cfg
===================================================================
--- CMF.buildout/branches/zope211-cmf21/buildout.cfg	2009-11-24 13:29:10 UTC (rev 105984)
+++ CMF.buildout/branches/zope211-cmf21/buildout.cfg	2009-11-24 13:29:27 UTC (rev 105985)
@@ -16,6 +16,7 @@
     Products.DCWorkflow
     Products.GenericSetup <= 1.4.999
     five.localsitemanager <= 1.0
+    plone.recipe.zope2instance <= 3.999
 develop =
     src/Products.CMFActionIcons
     src/Products.CMFCalendar
@@ -31,7 +32,7 @@
 smart-recompile = True
 
 [instance]
-recipe = plone.recipe.zope2instance
+recipe = plone.recipe.zope2instance <= 3.999
 zope2-location = ${zope2:location}
 eggs = ${buildout:eggs}
 user = admin:admin



More information about the checkins mailing list