Commit 00a72e7f authored by Łukasz Nowak's avatar Łukasz Nowak

- eggs are provided by software in generated python, no need to redefine

 - fix product definition path


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33033 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9973a674
......@@ -13,7 +13,6 @@ user = zope:zope
# database[@host[:port]] [user [password [unix_socket]]]
# e.g "erp5db erp5user somepassword" or "erp5db erp5user"
erp5_sql_connection_string = ${:mysql_database_name}@${configuration:mysql_host}:${configuration:mysql_port} root
eggs = ${eggs:eggs}
zope_conf_template =
${buildout:directory}/templates/default-erp5-standalone-zope.conf.in
......@@ -26,7 +25,7 @@ force-zodb-update = false
# instancehome and http-address have to be defined
# User modifable keys:
products =
${software_definition:cmf15}
${software_definition:products-cmf15}
${software_definition:products-deps}
${software_definition:products-erp5}
${software_definition:products-other}/Products
......
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