Commit 76a0995a authored by Rafael Monnerat's avatar Rafael Monnerat

Reduce the diff between development-2.12.cfg and development.cfg, merging some...

Reduce the diff between development-2.12.cfg and development.cfg, merging some improvements into development-2.12.cfg.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36829 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dbd4f115
# This Configuration file is used to create a standard instance for developers.
# You should build a software home before use this recipe.
[buildout]
extends =
../profiles/deployment-2.12.cfg
extends = ../profiles/deployment-2.12.cfg
parts +=
development-site
runUnitTest
[configuration]
development_site_bt5_path =
development_site_products =
${software_definition:products-erp5}
${software_definition:products-erp5-development}
${software_definition:products-deps}
development_site_instancehome = ${buildout:var-directory}/development-site
[software_definition]
software_home = ${buildout:directory}
[runUnitTest]
recipe = erp5.recipe.testrunner
<= test-runner-template
eggs = ${development-site:eggs}
extra-paths = ${development-site:extra-paths}
products =
${development-site:products}
products = ${configuration:development_site_products}
# XXX have this list be populated by software_definition keys. Maybe adjust
# erp5.recipe.testrunner to accept this parameter in multiple lines and convert
# to this comma separated list.
bt5_path = ${development-site:bt5-path},${business-templates:paths}
bt5_path = ${configuration:development_site_bt5_path}
instance-home = ${development-site:instancehome}
instance-home = ${configuration:development_site_instancehome}
initialization =
import os
os.environ['PATH'] = ':'.join(['${buildout:data-bin-directory}','${buildout:bin-directory}'] + os.environ.get('PATH','').split(':'))
......@@ -53,15 +62,13 @@ mysql_superpassword =
# zope.conf template part BEGIN
debug-mode = on
instancehome = ${buildout:var-directory}/development-site
instancehome = ${configuration:development_site_instancehome}
http-address = 18080
# until we will have more control over products we need to redefine to insert
# local products to be able to override
products =
${:instancehome}/Products/
${software_definition:products-erp5}
${software_definition:products-erp5-development}
${software_definition:products-deps}
${configuration:development_site_products}
# zope.conf template part ENDS
[requirements]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment