software.cfg 1.64 KB
Newer Older
1
[buildout]
2

3 4
extensions =
  slapos.zcbworkarounds
5
  slapos.rebootstrap
6

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

extends =
11
  ../../component/git/buildout.cfg
12
  ../../component/kumo/buildout.cfg
13
  ../../component/python-2.7/buildout.cfg
14 15 16
  ../../component/dcron/buildout.cfg
  ../../component/stunnel/buildout.cfg
  ../../component/rdiff-backup/buildout.cfg
17
  ../../component/lxml-python/buildout.cfg
18 19 20 21 22

versions = versions

parts +=
# Create instance template
23
#TODO : list here all parts.
24
  template
25
  libxslt
26
  eggs
27
  instance-recipe-egg
28 29 30 31 32 33

# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true

34
[rebootstrap]
35
# Default first version of rebootstrapped python
36 37
version = 2
section = python2.7
38 39 40 41 42 43 44

[instance-recipe]
egg = slapos.cookbook
module = kumofs

[instance-recipe-egg]
recipe = zc.recipe.egg
45
python = python2.7
46 47
eggs = ${instance-recipe:egg}

48 49
[eggs]
recipe = zc.recipe.egg
50
python = python2.7
51 52 53
eggs =
  ${lxml-python:egg}

54
[template]
55 56
# Default template for the instance.
recipe = slapos.recipe.template
57
url = ${:_profile_base_location_}/instance.cfg
58
md5sum = 056a4af7128fd9e31da42c85cc039420
59 60 61 62
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
63 64
slapos.cookbook = 0.4

65 66 67
erp5.recipe.cmmiforcei686 = 0.1.1
hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
68

69
# Required by slapos.cookbook==0.4
70 71 72 73 74
slapos.core = 0.2
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
setuptools = 0.6c12dev-r88795
75

76
# Use SlapOS patched zc.buildout
77
zc.buildout = 1.5.3-dev-SlapOS-001