[Erp5-report] r33136 luke - in /erp5/trunk/buildout: instance-profiles/ profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 26 10:11:25 CET 2010


Author: luke
Date: Fri Feb 26 10:11:21 2010
New Revision: 33136

URL: http://svn.erp5.org?rev=33136&view=rev
Log:
Cleanup zope instance profile:
 * move bt5list to common
 * remove specific Business Templates and Products declarations

Modified:
    erp5/trunk/buildout/instance-profiles/zope.cfg
    erp5/trunk/buildout/profiles/common.cfg

Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=33136&r1=33135&r2=33136&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Fri Feb 26 10:11:21 2010
@@ -17,17 +17,10 @@
   ${buildout:directory}/templates/default-erp5-standalone-zope.conf.in
 
 portal_id = erp5
-bt5-path = ${software_definition:bt5-erp5}
-bt5 =
 force-zodb-update = false
 # zope.conf template part BEGIN
 # instancehome and http-address have to be defined
 # User modifable keys:
-products =
-  ${software_definition:products-cmf15}
-  ${software_definition:products-deps}
-  ${software_definition:products-erp5}
-  ${software_definition:products-other}
 environment =
 debug-mode = off
 ip-address = 0.0.0.0
@@ -83,9 +76,3 @@
 http-force-connection-close = off
 zodb-path = ${:instancehome}/var/Data.fs
 # zope.conf template part ENDS
-
-[bt5list]
-recipe = erp5.recipe.genbt5list
-bt5_base = ${bt5-erp5:location}
-bt5_urls = ${bt5-erp5:urls}
-genbt5list = ${software_definition:products-erp5}/ERP5/bin/genbt5list

Modified: erp5/trunk/buildout/profiles/common.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/common.cfg?rev=33136&r1=33135&r2=33136&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/common.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/common.cfg [utf8] Fri Feb 26 10:11:21 2010
@@ -16,4 +16,8 @@
   mkdir -p ${buildout:log-directory}
   mkdir -p ${buildout:data-bin-directory}
 
-
+[bt5list]
+recipe = erp5.recipe.genbt5list
+bt5_base = ${bt5-erp5:location}
+bt5_urls = ${bt5-erp5:urls}
+genbt5list = ${software_definition:products-erp5}/ERP5/bin/genbt5list




More information about the Erp5-report mailing list