mysql : rewrite parts list

parent dc380188
...@@ -7,7 +7,6 @@ extends = ...@@ -7,7 +7,6 @@ extends =
../../component/dcron/buildout.cfg ../../component/dcron/buildout.cfg
../../component/logrotate/buildout.cfg ../../component/logrotate/buildout.cfg
../../component/stunnel/buildout.cfg ../../component/stunnel/buildout.cfg
../../component/python-2.7/buildout.cfg
../../component/perl/buildout.cfg ../../component/perl/buildout.cfg
../../component/xtrabackup/buildout.cfg ../../component/xtrabackup/buildout.cfg
../../component/rdiff-backup/buildout.cfg ../../component/rdiff-backup/buildout.cfg
...@@ -28,14 +27,16 @@ allow-hosts = ...@@ -28,14 +27,16 @@ allow-hosts =
versions = versions versions = versions
parts += parts =
#TODO : list here all parts.
# Create instance template
template template
libxslt rdiff-backup
stunnel
logrotate
xtrabackup
dcron
mysql-5.1
eggs eggs
instance-recipe-egg instance-recipe-egg
rdiff-backup
# XXX: Workaround of SlapOS limitation # XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working # Unzippig of eggs is required, as SlapOS do not yet provide nicely working
...@@ -48,12 +49,10 @@ module = mysql ...@@ -48,12 +49,10 @@ module = mysql
[instance-recipe-egg] [instance-recipe-egg]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.7
eggs = ${instance-recipe:egg} eggs = ${instance-recipe:egg}
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.7
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
......
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