[Checkins] SVN: Zope3.buildout/trunk/buildout.cfg - moving to use zope3instance recipe to hold the dependency to zope.app

Christian Theune ct at gocept.com
Mon Feb 26 19:14:34 EST 2007


Log message for revision 72855:
   - moving to use zope3instance recipe to hold the dependency to zope.app
   - added testrunner
  

Changed:
  U   Zope3.buildout/trunk/buildout.cfg

-=-
Modified: Zope3.buildout/trunk/buildout.cfg
===================================================================
--- Zope3.buildout/trunk/buildout.cfg	2007-02-27 00:00:06 UTC (rev 72854)
+++ Zope3.buildout/trunk/buildout.cfg	2007-02-27 00:14:33 UTC (rev 72855)
@@ -1,8 +1,22 @@
 [buildout]
-parts = zope3
+develop = /home/ctheune/Development/gocept.recipe.zope3instance/
+parts = instance test
+find-links = http://download.zope.org/distribution/
 
-[zope3]
-find-links = http://amy.gocept.com/~ctheune/eggs/
-             http://download.zope.org/distribution/
-recipe = zc.recipe.egg
+[database]
+recipe = zc.recipe.filestorage
+
+[instance]
+recipe = gocept.zope3instance
+database = database
+admin-user = gandalf
+admin-password = 123
 eggs = zope.app
+address = 127.0.0.1:8080
+
+[test]
+recipe = zc.recipe.testrunner
+; XXX Need to specify that all eggs should be tested ...
+eggs = zope.app
+working-directory = parts/instance
+defaults = ['--tests-pattern', '^f?tests$', '-v']



More information about the Checkins mailing list