[Erp5-report] r41279 kazuhiko - /erp5/trunk/buildout/profiles/

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Dec 9 17:06:38 CET 2010


Author: kazuhiko
Date: Thu Dec  9 17:06:38 2010
New Revision: 41279

URL: http://svn.erp5.org?rev=41279&view=rev
Log:
remove needless configurations from development-site entry.

Modified:
    erp5/trunk/buildout/profiles/development-2.12.cfg
    erp5/trunk/buildout/profiles/development.cfg

Modified: erp5/trunk/buildout/profiles/development-2.12.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development-2.12.cfg?rev=41279&r1=41278&r2=41279&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development-2.12.cfg [utf8] Thu Dec  9 17:06:38 2010
@@ -35,28 +35,6 @@ mysql_user = test
 
 [development-site]
 <= zope-instance-template
-# this is provided by the enhanced [eggs] in deployment-2.12.cfg
-mkzopeinstance = ${buildout:directory}/bin/mkzopeinstance
-# developer by default want to have updatable Data.fs
-force-zodb-update = true
-eggs = ${eggs:eggs}
-extra-paths = ${eggs:extra-paths}
-
-# MySQL
-mysql_database_name = development_site
-mysql_user = development_user
-mysql_password = development_password
-mysql_host = 127.0.0.1
-mysql_port = ${configuration:mysql_port}
-
-# create database
-mysql_create_database = false
-# below could be set in configuration
-mysql_superuser = root
-mysql_superpassword =
-
-# zope.conf template part BEGIN
-debug-mode = on
 instancehome = ${configuration:development_site_instancehome}
 http-address = 18080
 # until we will have more control over products we need to redefine to insert
@@ -64,4 +42,3 @@ http-address = 18080
 products =
   ${:instancehome}/Products/
   ${configuration:development_site_products}
-# zope.conf template part ENDS

Modified: erp5/trunk/buildout/profiles/development.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/profiles/development.cfg?rev=41279&r1=41278&r2=41279&view=diff
==============================================================================
--- erp5/trunk/buildout/profiles/development.cfg [utf8] (original)
+++ erp5/trunk/buildout/profiles/development.cfg [utf8] Thu Dec  9 17:06:38 2010
@@ -28,26 +28,6 @@ instance-home = ${configuration:developm
 
 [development-site]
 <= zope-instance-template
-# developer by default want to have updatable Data.fs
-force-zodb-update = true
-#eggs =
-#  Products.ExternalEditor
-
-# MySQL
-mysql_database_name = development_site
-mysql_user = development_user
-mysql_password = development_password
-mysql_host = 127.0.0.1
-mysql_port = ${configuration:mysql_port}
-
-# create database
-mysql_create_database = true
-# below could be set in configuration
-mysql_superuser = root
-mysql_superpassword =
-
-# zope.conf template part BEGIN
-debug-mode = on
 instancehome = ${configuration:development_site_instancehome}
 http-address = 18080
 # until we will have more control over products we need to redefine to insert
@@ -55,4 +35,3 @@ http-address = 18080
 products =
   ${:instancehome}/Products/
   ${configuration:development_site_products}
-# zope.conf template part ENDS



More information about the Erp5-report mailing list