Commit 50972d75 authored by Rafael Monnerat's avatar Rafael Monnerat

Reduce the diff between files. Creates software-home.inc when use zope 2.8 setup also.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36826 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent aa899c56
......@@ -25,8 +25,8 @@ extends =
../software-profiles/python-2.6.cfg
../software-profiles/rdiff-backup.cfg
../software-profiles/w3m.cfg
../software-profiles/xpdf.cfg
../software-profiles/varnish.cfg
../software-profiles/xpdf.cfg
../profiles/common.cfg
python = software_definition
......@@ -44,11 +44,11 @@ parts =
rdiff-backup
ocropus
haproxy
varnish
flare
w3m
xpdf
imagemagick
varnish
mysql-tritonn-5.0
mysql-python
products-erp5
......
......@@ -57,6 +57,7 @@ parts =
products-other
openoffice-bin
oood
software_home
[show-requirements]
recipe = plone.recipe.command
......@@ -73,3 +74,9 @@ software_home = ${buildout:software_home}
# Thanks to this it is possible to build mysql-python part in own environment
# with local mysql, but by default buildout mysql will be used.
mysql_software = ${mysql-tritonn-5.0:location}
[software_home]
recipe = collective.recipe.template
input = ${buildout:software_home}/templates/software-home.inc.in
output = ${buildout:software_home}/instance-profiles/software-home.inc
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