software.cfg 1.82 KB
Newer Older
1
[buildout]
2
find-links +=
3 4 5 6
    http://www.nexedi.org/static/packages/source/slapos.buildout/

extends =
  ../../component/mysql-5.1/buildout.cfg
7
  ../../component/dcron/buildout.cfg
8
  ../../component/logrotate/buildout.cfg
9
  ../../component/stunnel/buildout.cfg
10
  ../../component/python-2.7/buildout.cfg
11
  ../../component/perl/buildout.cfg
12
  ../../component/xtrabackup/buildout.cfg
13
  ../../component/rdiff-backup/buildout.cfg
14
  ../../component/lxml-python/buildout.cfg
15
  ../../stack/shacache-client.cfg
16

17 18 19 20 21 22 23 24 25 26 27 28
# 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

29 30 31
versions = versions

parts +=
32
#TODO : list here all parts.
33 34
# Create instance template
  template
35 36
  libxslt
  eggs
37
  instance-recipe-egg
38
  rdiff-backup
39 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

[instance-recipe]
46 47 48 49
egg = slapos.cookbook
module = mysql

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

54 55 56 57 58 59
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
  ${lxml-python:egg}

60
[template]
61
# Default template for the instance.
62
recipe = slapos.recipe.template
63
url = ${:_profile_base_location_}/instance.cfg
64
md5sum = 2764597a6e4fe243cdf6e37b6535e767
65 66 67 68
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
69
slapos.cookbook = 0.13
70

71
# Required by slapos.cookbook==0.13
72
slapos.core = 0.4
73 74 75
collective.recipe.template = 1.8
netaddr = 0.7.5
xml-marshaller = 0.9.7
76
setuptools = 0.6c12dev-r88795
77 78 79 80 81 82

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

# Use SlapOS patched zc.buildout
83
zc.buildout = 1.5.3-dev-SlapOS-009