software.cfg 1.84 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 23 24 25 26 27 28 29 30
# 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

31 32 33 34
versions = versions

parts +=
# Create instance template
35
#TODO : list here all parts.
36
  template
37
  libxslt
38
  eggs
39
  instance-recipe-egg
40 41 42 43 44 45

# 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

46
[rebootstrap]
47
# Default first version of rebootstrapped python
48 49
version = 2
section = python2.7
50 51 52 53 54 55 56

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

[instance-recipe-egg]
recipe = zc.recipe.egg
57
python = python2.7
58 59
eggs = ${instance-recipe:egg}

60 61
[eggs]
recipe = zc.recipe.egg
62
python = python2.7
63 64 65
eggs =
  ${lxml-python:egg}

66
[template]
67 68
# Default template for the instance.
recipe = slapos.recipe.template
69
url = ${:_profile_base_location_}/instance.cfg
70
md5sum = 056a4af7128fd9e31da42c85cc039420
71 72 73 74
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
75
slapos.cookbook = 0.7
76

77 78 79
erp5.recipe.cmmiforcei686 = 0.1.1
hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
80

81
# Required by slapos.cookbook==0.7
82 83 84 85 86
slapos.core = 0.2
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
setuptools = 0.6c12dev-r88795
87

88
# Use SlapOS patched zc.buildout
89
zc.buildout = 1.5.3-dev-SlapOS-001