[buildout] extensions = slapos.zcbworkarounds slapos.rebootstrap find-links += http://www.nexedi.org/static/packages/source/slapos.buildout/ extends = ../../component/mysql-5.1/buildout.cfg ../../component/dcron/buildout.cfg ../../component/logrotate/buildout.cfg ../../component/stunnel/buildout.cfg ../../component/python-2.7/buildout.cfg ../../component/perl/buildout.cfg ../../component/xtrabackup/buildout.cfg ../../component/rdiff-backup/buildout.cfg ../../component/lxml-python/buildout.cfg # Use only quite well working sites. allow-hosts = *.nexedi.org *.python.org *.sourceforge.net dist.repoze.org effbot.org github.com peak.telecommunity.com psutil.googlecode.com www.dabeaz.com versions = versions parts += #TODO : list here all parts. # Create instance template template libxslt eggs instance-recipe-egg rdiff-backup # XXX: Workaround of SlapOS limitation # Unzippig of eggs is required, as SlapOS do not yet provide nicely working # development / fast switching environment for whole software unzip = true [rebootstrap] # Default first version of rebootstrapped python version = 2 section = python2.7 [instance-recipe] egg = slapos.cookbook module = mysql [instance-recipe-egg] recipe = zc.recipe.egg python = python2.7 eggs = ${instance-recipe:egg} [eggs] recipe = zc.recipe.egg python = python2.7 eggs = ${lxml-python:egg} [template] # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg md5sum = 2764597a6e4fe243cdf6e37b6535e767 output = ${buildout:directory}/template.cfg mode = 0644 [versions] slapos.cookbook = 0.9 # Required by slapos.cookbook==0.9 slapos.core = 0.4 collective.recipe.template = 1.8 netaddr = 0.7.5 xml-marshaller = 0.9.7 setuptools = 0.6c12dev-r88795 hexagonit.recipe.cmmi = 1.5.0 hexagonit.recipe.download = 1.5.0 plone.recipe.command = 1.1 # Use SlapOS patched zc.buildout zc.buildout = 1.5.3-dev-SlapOS-001