[Checkins] SVN: gocept.selenium/trunk/ Extract zope2-2.10 instance/test setup into separate config file

Wolfgang Schnerring wosc at wosc.de
Mon Dec 27 05:01:44 EST 2010


Log message for revision 119150:
  Extract zope2-2.10 instance/test setup into separate config file
  

Changed:
  A   gocept.selenium/trunk/common-zope210.cfg
  U   gocept.selenium/trunk/plone.cfg
  U   gocept.selenium/trunk/plonetesting-plone3.cfg
  U   gocept.selenium/trunk/zope2.cfg

-=-
Added: gocept.selenium/trunk/common-zope210.cfg
===================================================================
--- gocept.selenium/trunk/common-zope210.cfg	                        (rev 0)
+++ gocept.selenium/trunk/common-zope210.cfg	2010-12-27 10:01:44 UTC (rev 119150)
@@ -0,0 +1,16 @@
+[buildout]
+extends = http://dist.plone.org/release/3.3.5/versions.cfg
+parts += zope2 instance
+
+[instance]
+recipe = plone.recipe.zope2instance
+zope2-location = ${zope2:location}
+user = admin:admin
+eggs = ${buildout:package}
+
+[zope2]
+recipe = plone.recipe.zope2install
+fake-zope-eggs = true
+additional-fake-eggs =
+    ZODB3
+url = ${versions:zope2-url}

Modified: gocept.selenium/trunk/plone.cfg
===================================================================
--- gocept.selenium/trunk/plone.cfg	2010-12-27 09:56:20 UTC (rev 119149)
+++ gocept.selenium/trunk/plone.cfg	2010-12-27 10:01:44 UTC (rev 119150)
@@ -1,7 +1,6 @@
 [buildout]
 extends = common.cfg
-          http://dist.plone.org/release/3.2.2/versions.cfg
-parts += zope2 instance
+          common-zope210.cfg
 
 [versions]
 zc.buildout = 1.4.3
@@ -15,16 +14,5 @@
 packages = ${buildout:package}
 
 [instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-eggs = ${buildout:package}
-    Plone
-    PILwoTK
-
-[zope2]
-recipe = plone.recipe.zope2install
-fake-zope-eggs = true
-additional-fake-eggs =
-    ZODB3
-url = ${versions:zope2-url}
+eggs += Plone
+        PILwoTK

Modified: gocept.selenium/trunk/plonetesting-plone3.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-27 09:56:20 UTC (rev 119149)
+++ gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-27 10:01:44 UTC (rev 119150)
@@ -1,7 +1,6 @@
 [buildout]
 extends = common.cfg
-          http://dist.plone.org/release/3.3.5/versions.cfg
-parts += zope2 instance
+          common-zope210.cfg
 
 [versions]
 zope.testing = 3.9.5
@@ -17,17 +16,6 @@
        plone.app.testing
 
 [instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-eggs = ${buildout:package}
-    Plone
-    PILwoTK
-    plone.app.testing
-
-[zope2]
-recipe = plone.recipe.zope2install
-fake-zope-eggs = true
-additional-fake-eggs =
-    ZODB3
-url = ${versions:zope2-url}
+eggs += Plone
+        PILwoTK
+        plone.app.testing

Modified: gocept.selenium/trunk/zope2.cfg
===================================================================
--- gocept.selenium/trunk/zope2.cfg	2010-12-27 09:56:20 UTC (rev 119149)
+++ gocept.selenium/trunk/zope2.cfg	2010-12-27 10:01:44 UTC (rev 119150)
@@ -1,23 +1,9 @@
 [buildout]
 extends = common.cfg
-          http://dist.plone.org/release/3.3.5/versions.cfg
-parts += zope2 instance
+          common-zope210.cfg
 
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance
 defaults = test --ignore_dir=ztk --ignore_dir=plone --ignore_dir=static --tests-pattern=zope210
 packages = ${buildout:package}
-
-[instance]
-recipe = plone.recipe.zope2instance
-zope2-location = ${zope2:location}
-user = admin:admin
-eggs = ${buildout:package}
-
-[zope2]
-recipe = plone.recipe.zope2install
-fake-zope-eggs = true
-additional-fake-eggs =
-    ZODB3
-url = ${versions:zope2-url}



More information about the checkins mailing list