[Erp5-report] r32506 luke - /erp5/trunk/buildout/development.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 12 16:38:03 CET 2010


Author: luke
Date: Fri Feb 12 16:38:02 2010
New Revision: 32506

URL: http://svn.erp5.org?rev=32506&view=rev
Log:
 - reuse standalone way of creating zope

Modified:
    erp5/trunk/buildout/development.cfg

Modified: erp5/trunk/buildout/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/development.cfg?rev=32506&r1=32505&r2=32506&view=diff
==============================================================================
--- erp5/trunk/buildout/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/development.cfg [utf8] Fri Feb 12 16:38:02 2010
@@ -10,13 +10,27 @@
   zope-instance
   create_erp5_site
 
+# use locally developed recipe
+develop = recipes/erp5.recipe.standaloneinstance
+
 [zope-instance]
+recipe = erp5.recipe.standaloneinstance
+location = ${buildout:var-directory}/zope-instance
+file-storage = ${:location}/var/Data.fs
 eggs +=
   ipdb
   pysvn
   Products.ExternalEditor
 
-products += ${products-development:location} 
+# until we will have more control over products we need to redefine to insert
+# local products to be able to override
+products =
+  ${:location}/Products/
+  ${cmf15:location}/CMF/
+  ${products-deps:location}
+  ${products-erp5:location}
+  ${products-other:location}
+  ${products-development:location}
 
 [create_erp5_site]
 # modify this to reflect your local mysql configuration
@@ -29,6 +43,8 @@
 bt5 =
    erp5_base
    erp5_forge
+# for now override control script
+control-script = ${zope-instance:location}/bin/zopectl
 
 [requirements]
 binary +=




More information about the Erp5-report mailing list