[buildout] versions = versions parts = template apache-php mariadb eggs instance-recipe-egg downloadcache-workaround extends = ../../stack/lamp.cfg [application] recipe = slapos.recipe.build:download-unpacked url = http://www.phpbb.com/files/release/phpBB-3.0.9.zip md5sum = fb8025a51a3c756fe6151a6b0beeefd4 [instance-recipe] egg = slapos.cookbook module = lamp.simple [template] # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg #md5sum = Student shall put md5 of instance.cfg here output = ${buildout:directory}/template.cfg mode = 0644 [instance-recipe-egg] recipe = zc.recipe.egg eggs = ${mysql-python:egg} ${instance-recipe:egg} slapos.toolbox[lampconfigure] [versions] # Use SlapOS patched zc.buildout Jinja2 = 2.6 MySQL-python = 1.2.3 Werkzeug = 0.8.1 apache-libcloud = 0.5.2 buildout-versions = 1.7 hexagonit.recipe.cmmi = 1.5.0 meld3 = 0.6.7 plone.recipe.command = 1.1 slapos.recipe.template = 2.2 [downloadcache-workaround] # workaround irritating problem of hexagonit.recipe.cmmi which automatically # creates download cache, which in turn switches builout to "semi-offline" mode recipe = plone.recipe.command # in hexagonit.recipe.cmmi if there is no ${buildout:download-cache} set it resolves # to ${buildout:directory}/downloads but this variable is available late, that's # why it is hardcoded only for required case download-cache = ${buildout:directory}/downloads command = [ -d ${:download-cache} ] && rm -fr ${:download-cache}/* || exit 0 update-command = ${:command} stop-on-error = True