[buildout] extends = ../../stack/monitor/buildout.cfg ../../stack/slapos.cfg ../../component/rsync/buildout.cfg parts = slapos-cookbook template eggs rsync [template] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg output = ${buildout:directory}/instance.cfg md5sum = 68e146558156c0702344c83876b4daf8 mode = 0644 # stupify index for now [index] url = ${:_profile_base_location_}/${:filename} md5sum = 99ad2a7a9dbdae35e3d9aef352c4f0d5 [rsync-logs-script] recipe = slapos.recipe.template url = ${:_profile_base_location_}/rsync-logs.sh.in md5sum = e48c41cf1cebcaf33353e950edc94717 output = ${buildout:directory}/template-rsync-logs.sh.in mode = 0644 [template-plot-html] recipe = slapos.recipe.template url = ${:_profile_base_location_}/plot.html.in md5sum = 7f9f201f6695ae56b26b742e571478f5 output = ${buildout:directory}/template-plot-html.in mode = 0644 [template-dygraph-js] recipe = slapos.recipe.template url = ${:_profile_base_location_}/dygraph-combined.js md5sum = 9bbf0b64dc1ee1ed3b6f4e2c302e21aa output = ${buildout:directory}/dygraph-combined.js mode = 0644 [eggs] recipe = z3c.recipe.scripts eggs = cns.recipe.symlink slapos.cookbook slapos.recipe.cmmi hexagonit.recipe.download plone.recipe.command [versions] PyRSS2Gen = 1.1 cns.recipe.symlink = 0.2.3 plone.recipe.command = 1.1 slapos.recipe.template = 2.5 z3c.recipe.scripts = 1.0.1