Commit 39973a1a authored by Łukasz Nowak's avatar Łukasz Nowak

- there is no need to expose everything in environment variables for now


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31953 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c97f0305
...@@ -3,7 +3,6 @@ extends = official.cfg ...@@ -3,7 +3,6 @@ extends = official.cfg
mysql_datadir = ${buildout:directory}/var/mysql mysql_datadir = ${buildout:directory}/var/mysql
parts += parts +=
env
mysql-bin mysql-bin
mysql-admin mysql-admin
mysqld-bin mysqld-bin
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
[buildout] [buildout]
parts = parts =
env
mysql-bin mysql-bin
mysql-admin mysql-admin
mysqld-bin mysqld-bin
...@@ -17,9 +16,6 @@ mysql = 10002 ...@@ -17,9 +16,6 @@ mysql = 10002
[hosts] [hosts]
mysql = 127.0.0.1 mysql = 127.0.0.1
[env]
recipe = gocept.recipe.env
[mysql-bin] [mysql-bin]
recipe = collective.recipe.template recipe = collective.recipe.template
input = ${buildout:directory}/mysql-instance/templates/mysql.in input = ${buildout:directory}/mysql-instance/templates/mysql.in
......
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