[Erp5-report] r39250 luke - in /erp5/trunk/buildout: instance-profiles/ profiles/
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Oct 15 18:38:01 CEST 2010
Author: luke
Date: Fri Oct 15 18:37:58 2010
New Revision: 39250
URL: http://svn.erp5.org?rev=39250&view=rev
Log:
- business templates are not provided by default, so set them to empty
ones
Modified:
erp5/trunk/buildout/instance-profiles/zope-2.12.cfg
erp5/trunk/buildout/instance-profiles/zope.cfg
erp5/trunk/buildout/profiles/development-2.12.cfg
erp5/trunk/buildout/profiles/development.cfg
Modified: erp5/trunk/buildout/instance-profiles/zope-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope-2.12.cfg?rev=39250&r1=39249&r2=39250&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope-2.12.cfg [utf8] Fri Oct 15 18:37:58 2010
@@ -6,6 +6,10 @@ parts = zope-instance
recipe = erp5.recipe.standaloneinstance
user = zope:zope
+# empty bt5 by default
+bt5 =
+bt5-path =
+
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
Modified: erp5/trunk/buildout/instance-profiles/zope.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/instance-profiles/zope.cfg?rev=39250&r1=39249&r2=39250&view=diff
==============================================================================
--- erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] (original)
+++ erp5/trunk/buildout/instance-profiles/zope.cfg [utf8] Fri Oct 15 18:37:58 2010
@@ -6,6 +6,10 @@ recipe = erp5.recipe.standaloneinstance
zope2-location = ${software_definition:zope_software}
user = zope:zope
+# empty bt5 by default
+bt5 =
+bt5-path =
+
# modify this to reflect your local mysql configuration
# Format:
# database[@host[:port]] [user [password [unix_socket]]]
Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=39250&r1=39249&r2=39250&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Fri Oct 15 18:37:58 2010
@@ -43,8 +43,6 @@ mysql_user = test
mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
# developer by default want to have updatable Data.fs
force-zodb-update = true
-bt5-path = ${configuration:development_site_bt5_path}
-bt5 =
eggs =
Products.ExternalEditor
${eggs:eggs}
Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=39250&r1=39249&r2=39250&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Fri Oct 15 18:37:58 2010
@@ -34,8 +34,6 @@ instance-home = ${configuration:developm
<= zope-instance-template
# developer by default want to have updatable Data.fs
force-zodb-update = true
-bt5-path = ${configuration:development_site_bt5_path}
-bt5 =
eggs =
Products.ExternalEditor
More information about the Erp5-report
mailing list