[Checkins] SVN: gocept.zeoraid/trunk/base.cfg fixed buildout configuration

Thomas Lotze tl at gocept.com
Tue Jan 8 07:07:10 EST 2008


Log message for revision 82747:
  fixed buildout configuration

Changed:
  U   gocept.zeoraid/trunk/base.cfg

-=-
Modified: gocept.zeoraid/trunk/base.cfg
===================================================================
--- gocept.zeoraid/trunk/base.cfg	2008-01-08 12:04:38 UTC (rev 82746)
+++ gocept.zeoraid/trunk/base.cfg	2008-01-08 12:07:09 UTC (rev 82747)
@@ -1,13 +1,12 @@
 [buildout]
 develop = .
-parts = test client server1 server2 zeoraid
+parts = zodbscripts test client server1 server2 zeoraid
 find-links = http://download.zope.org/distribution/
 
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = gocept.zeoraid
-working-directory = /tmp/testrunner2/
 
 # Some demo parts
 
@@ -50,8 +49,11 @@
         </zeoclient>
     </raidstorage>
 
+[zodbscripts]
+recipe = zc.recipe.egg:scripts
+eggs = ZODB3
+
 [client]
 recipe = zc.recipe.egg
-eggs = ZODB3<3.9dev
-    gocept.zeoraid
+eggs = gocept.zeoraid
 interpreter = client



More information about the Checkins mailing list