Commit 990ca7de authored by Łukasz Nowak's avatar Łukasz Nowak

- download template to satisfy erp5.recipe.standaloneinstance


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41077 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1d18b1cd
...@@ -17,7 +17,7 @@ bt5-path = ...@@ -17,7 +17,7 @@ bt5-path =
erp5_sql_connection_string = ${:mysql_database_name}@${:mysql_host}:${:mysql_port} ${:mysql_user} ${:mysql_password} erp5_sql_connection_string = ${:mysql_database_name}@${:mysql_host}:${:mysql_port} ${:mysql_user} ${:mysql_password}
zope_conf_template = zope_conf_template =
${software_definition:software_home}/templates/default-erp5-standalone-zope-2.12.conf.in ${software_definition:software_home}/parts/erp5-zope2.12-template/template.in
portal_id = erp5 portal_id = erp5
force-zodb-update = false force-zodb-update = false
......
...@@ -69,6 +69,9 @@ parts = ...@@ -69,6 +69,9 @@ parts =
liberation-fonts liberation-fonts
ipaex-fonts ipaex-fonts
# templates for instances
erp5-zope2.12-template
[bootstrap2.6] [bootstrap2.6]
# as bootstrap in python software does not know that slapos.rebootstrap >= 2.0 # as bootstrap in python software does not know that slapos.rebootstrap >= 2.0
# is used it is required to go back to default -- use own version of python # is used it is required to go back to default -- use own version of python
......
...@@ -148,6 +148,14 @@ eggs = ...@@ -148,6 +148,14 @@ eggs =
plone.recipe.zope2instance plone.recipe.zope2instance
supervisor supervisor
[erp5-zope2.12-template]
# XXX: Template is downloaded to satisfy *bad* erp5.recipe.standaloneinstance
recipe = hexagonit.recipe.download
url = https://svn.erp5.org/repos/public/erp5/trunk/buildout/templates/default-erp5-standalone-zope-2.12.conf.in
filename = template.in
download-only = true
md5sum = c299a7d5b60f5929eacfa6e947213615
[omelette] [omelette]
# XXX don't use this part until this omelette bug is fixed: # XXX don't use this part until this omelette bug is fixed:
# https://bugs.launchpad.net/collective.buildout/+bug/553005 # https://bugs.launchpad.net/collective.buildout/+bug/553005
......
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