[Checkins] SVN: five.pt/trunk/buildout.cfg Get us an old Zope2 installation and instance

Hanno Schlichting plone at hannosch.info
Sat Jul 19 07:00:39 EDT 2008


Log message for revision 88581:
  Get us an old Zope2 installation and instance
  

Changed:
  U   five.pt/trunk/buildout.cfg

-=-
Modified: five.pt/trunk/buildout.cfg
===================================================================
--- five.pt/trunk/buildout.cfg	2008-07-19 11:00:04 UTC (rev 88580)
+++ five.pt/trunk/buildout.cfg	2008-07-19 11:00:39 UTC (rev 88581)
@@ -1,13 +1,35 @@
 [buildout]
 develop = .
 
-parts = test
+parts =
+    zope2
+    test
 
+eggs =
+    five.pt
+
+[zope2]
+recipe = plone.recipe.zope2install
+url = http://www.zope.org/Products/Zope/2.11.1/Zope-2.11.1-final.tgz
+fake-zope-eggs = true
+skip-fake-eggs =
+    zope.component
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+user = admin:admin
+eggs =
+    ${buildout:eggs}
+
+environment-vars =
+    Z3C_PT_DEBUG = False
+
 [test]
 recipe = zc.recipe.testrunner
 environment = test-environment
 eggs =
-   five.pt
+   ${instance:eggs}
 
 [test-environment]
 Z3C_PT_DEBUG = False



More information about the Checkins mailing list