[buildout] find-links += http://www.nexedi.org/static/packages/source/slapos.buildout/ # 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 = template apache-php mariadb eggs instance-recipe-egg extends = ../../component/mariadb/buildout.cfg ../../component/apache/buildout.cfg ../../component/apache-php/buildout.cfg ../../component/dcron/buildout.cfg ../../component/git/buildout.cfg ../../component/glib/buildout.cfg ../../component/logrotate/buildout.cfg ../../component/python-2.7/buildout.cfg ../../component/perl/buildout.cfg ../../component/sqlite3/buildout.cfg ../../component/xtrabackup/buildout.cfg ../../component/rdiff-backup/buildout.cfg ../../component/lxml-python/buildout.cfg ../../component/zlib/buildout.cfg [template] # Default template for the instance. recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg md5sum = efdb8509f40c86b1b73924fc1ce92f13 output = ${buildout:directory}/template.cfg mode = 0644 [application] recipe = hexagonit.recipe.download url = http://downloads.sourceforge.net/project/phpmyadmin/phpMyAdmin/3.3.10/phpMyAdmin-3.3.10-all-languages.tar.bz2?r=http%3A%2F%2Fwww.phpmyadmin.net%2Fhome_page%2Fdownloads.php&ts=1300959842&use_mirror=sunet #md5sum = Student may put here md5sum of this file, this is good idea #If provided tarball does not containt top directory this option shall be changed o false strip-top-level-dir = true [application-template] recipe = slapos.recipe.download url = ${:_profile_base_location_}/phpmyadmin.inc.php.in #md5sum = Student may put here md5sum of this file, this is good idea download-only = True filename = template.in mode = 0644 location = ${buildout:parts-directory}/${:_buildout_section_name_} [application-configuration] location = wp-config.php [eggs] recipe = zc.recipe.egg eggs = ${lxml-python:egg} [instance-recipe] egg = slapos.cookbook module = osoeslaptraining.simple [instance-recipe-egg] recipe = zc.recipe.egg python = python2.7 eggs = ${instance-recipe:egg} [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 [versions] slapos.cookbook = 0.11 # Required by slapos.cookbook==0.11 slapos.core = 0.8 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-005