Pulse : reusing existing components, add xtrabackup

parent ebbe5979
...@@ -21,6 +21,10 @@ extends = ...@@ -21,6 +21,10 @@ extends =
../../component/lxml-python/buildout.cfg ../../component/lxml-python/buildout.cfg
../../component/apache-php/buildout.cfg ../../component/apache-php/buildout.cfg
../../component/python-2.7/buildout.cfg ../../component/python-2.7/buildout.cfg
../../component/python-ldap-python/buildout.cfg
../../component/mysql-python/buildout.cfg
../../component/xtrabackup/buildout.cfg
#TODO add twisted #TODO add twisted
# Use only quite well working sites. # Use only quite well working sites.
...@@ -44,8 +48,8 @@ parts = ...@@ -44,8 +48,8 @@ parts =
libxslt libxslt
eggs eggs
instance-recipe-egg instance-recipe-egg
#mmc_core mmc_core
#pulse2 pulse2
# 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
...@@ -107,11 +111,11 @@ recipe = zc.recipe.egg ...@@ -107,11 +111,11 @@ recipe = zc.recipe.egg
python = python2.7 python = python2.7
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
${mysql-python:egg}
${python-ldap-python:egg}
Twisted Twisted
SQLAlchemy SQLAlchemy
MySQL-python
pyOpenSSL pyOpenSSL
python-ldap
[template] [template]
# Default template for the instance. # Default template for the instance.
......
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