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

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

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

extends =
  ../../component/mysql-5.1/buildout.cfg
12
  ../../component/dcron/buildout.cfg
13
  ../../component/logrotate/buildout.cfg
14
  ../../component/stunnel/buildout.cfg
15
  ../../component/python-2.7/buildout.cfg
16
  ../../component/perl/buildout.cfg
17
  ../../component/xtrabackup/buildout.cfg
18
  ../../component/rdiff-backup/buildout.cfg
19
  ../../component/lxml-python/buildout.cfg
20

21 22 23 24 25 26 27 28 29 30 31 32
# 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

33 34 35
versions = versions

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

# 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

49
[rebootstrap]
50
# Default first version of rebootstrapped python
51 52
version = 2
section = python2.7
53

54
[instance-recipe]
55 56 57 58
egg = slapos.cookbook
module = mysql

[instance-recipe-egg]
59
recipe = zc.recipe.egg
60
python = python2.7
61
eggs = ${instance-recipe:egg}
62

63 64 65 66 67 68
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
  ${lxml-python:egg}

69
[template]
70
# Default template for the instance.
71
recipe = slapos.recipe.template
72
url = ${:_profile_base_location_}/instance.cfg
73
md5sum = 2764597a6e4fe243cdf6e37b6535e767
74 75 76 77
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
78
slapos.cookbook = 0.8
79 80 81

# Required by slapos.cookbook==0.7
slapos.core = 0.3
82 83 84
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
85
setuptools = 0.6c12dev-r88795
86 87 88 89 90 91 92

hexagonit.recipe.cmmi = 1.5.0
hexagonit.recipe.download = 1.5.0
plone.recipe.command = 1.1

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