software.cfg 1.02 KB
Newer Older
1 2
[buildout]
extensions =
3
  slapos.rebootstrap
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 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  slapos.zcbworkarounds
  mr.developer

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

versions = versions
rebootstrap-section = python2.6
extends =
  profile/python-2.6.cfg
  profile/subversion.cfg
  profile/git.cfg
  profile/lxml-python.cfg
  profile/zip.cfg

parts =
  template
  bootstrap
  eggs
  subversion
  zip
  git

[bootstrap]
recipe = zc.recipe.egg
eggs = zc.buildout
suffix =
scripts =
    buildout=bootstrap2.6
arguments = sys.argv[1:] + ["bootstrap"]

[rebootstrap]
section = python2.6
version = 1

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

[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
  erp5.recipe.testnode
49
  slapos.toolbox
50 51

[template]
52
recipe = slapos.cookbook:template
53 54 55 56
url = ${:_profile_base_location_}/testnode-instance.cfg
md5sum = 0b44b72c9e21d760f7e27a89e9d10187
output = ${buildout:directory}/template.cfg
mode = 0644