[Checkins] SVN: Products.PluggableAuthService/branches/1.6/buildout.cfg - fix up broken buildout

Jens Vagelpohl jens at dataflake.org
Mon Nov 16 09:16:38 EST 2009


Log message for revision 105717:
  - fix up broken buildout

Changed:
  U   Products.PluggableAuthService/branches/1.6/buildout.cfg

-=-
Modified: Products.PluggableAuthService/branches/1.6/buildout.cfg
===================================================================
--- Products.PluggableAuthService/branches/1.6/buildout.cfg	2009-11-16 14:15:43 UTC (rev 105716)
+++ Products.PluggableAuthService/branches/1.6/buildout.cfg	2009-11-16 14:16:38 UTC (rev 105717)
@@ -1,21 +1,26 @@
 [buildout]
 parts = zope2 instance test
 develop = .
+eggs = 
+    plone.recipe.zope2instance <= 3.9.999
+    five.localsitemanager <= 1.0
+    Products.GenericSetup <= 1.4.999
+    Products.PluginRegistry
+    Products.PluggableAuthService
 
 [zope2]
 recipe = plone.recipe.zope2install
-url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
+url = http://www.zope.org/Products/Zope/2.11.4/Zope-2.11.4-final.tgz
+smart-recompile = True
 
 [instance]
-recipe = plone.recipe.zope2instance
+recipe = plone.recipe.zope2instance <= 3.9.999
 zope2-location = ${zope2:location}
 user = admin:admin
-eggs = Products.PluginRegistry
-       Products.GenericSetup
-       Products.PluggableAuthService
+eggs = ${buildout:eggs}
 
 [test]
-recipe = collective.recipe.z2testrunner
-zope2part = instance
-packages = Products.PluggableAuthService
-defaults = ['-c']
+recipe = zc.recipe.testrunner
+eggs = ${buildout:eggs}
+extra-paths = ${zope2:location}/lib/python
+defaults = ['-cv', '--module', '^Products.PluggableAuthService']



More information about the checkins mailing list