[Checkins] SVN: zc.zodbrecipes/trunk/buildout.cfg Updated to use the shell-script option.

Jim Fulton jim at zope.com
Thu Jan 3 14:07:49 EST 2008


Log message for revision 82649:
  Updated to use the shell-script option.
  

Changed:
  U   zc.zodbrecipes/trunk/buildout.cfg

-=-
Modified: zc.zodbrecipes/trunk/buildout.cfg
===================================================================
--- zc.zodbrecipes/trunk/buildout.cfg	2008-01-03 19:07:47 UTC (rev 82648)
+++ zc.zodbrecipes/trunk/buildout.cfg	2008-01-03 19:07:48 UTC (rev 82649)
@@ -1,17 +1,21 @@
 [buildout]
-parts = test zodb server
+parts = test zodb zdaemon server
 develop = .
 find-links = http://download.zope.org/distribution
 
 [test]
 recipe = zc.recipe.testrunner
-eggs = zc.zodbrecipes
+eggs = zc.zodbrecipes [test]
 
 [zodb]
 recipe = zc.recipe.egg:script
 eggs = ZODB3
 interpreter = py
 
+[zdaemon]
+recipe = zc.recipe.egg:script
+eggs = zdaemon
+
 [server]
 recipe = zc.zodbrecipes:server
 zeo.conf =
@@ -21,4 +25,4 @@
   <filestorage 1>
      path ${buildout:parts-directory}/Data.fs
   </filestorage>
-     
+shell-script = true



More information about the Checkins mailing list