software.cfg 729 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
[buildout]

extensions +=
  mr.developer
# activates mr.developer
auto-checkout = *
versions = versions

find-links += http://www.nexedi.org/static/packages/source/slapos.buildout/

parts =
  template
  eggs

unzip = true

[sources]
# XXX-Cedric : either publish the egg or use mr.developer properly, but DELETE
# This repository and use slapos.recipe.helloworld.
slapos.recipe.dummy = git git://github.com/WaterCooled/slapos.recipe.dummy.git

[versions]	
zc.buildout = 1.5.3-dev-SlapOS-001

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
output = ${buildout:directory}/template.cfg
mode = 0644

[eggs]
recipe = zc.recipe.egg
#eggs = slapos.recipe.helloworld
eggs = slapos.recipe.dummy