software.cfg 1.18 KB
Newer Older
1 2
[buildout]
extends =
3
  ../../component/cubrid/buildout.cfg
4 5 6 7 8 9 10 11
  ../../component/dcron/buildout.cfg
  ../../component/logrotate/buildout.cfg
  ../../component/lxml-python/buildout.cfg
  ../../component/python-2.7/buildout.cfg
  ../../component/rdiff-backup/buildout.cfg
  ../../component/stunnel/buildout.cfg
  ../../stack/shacache-client.cfg
  
12 13
find-links =
  http://www.nexedi.org/static/packages/source/slapos.buildout/
14

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

27
parts =
Guillaume Bottex's avatar
Guillaume Bottex committed
28
  template
29
  cubrid
30 31
  eggs
  instance-recipe-egg
32

33 34
versions = versions

35
[instance-recipe]
Cédric de Saint Martin's avatar
typo  
Cédric de Saint Martin committed
36
egg = slapos.cookbook
37 38 39 40 41 42 43 44 45 46 47 48 49
module = mysql

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

[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
  ${lxml-python:egg}

Guillaume Bottex's avatar
Guillaume Bottex committed
50 51 52
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
53
#md5sum = ff505b30920696a872a7b65edf09a7d1
Guillaume Bottex's avatar
Guillaume Bottex committed
54 55 56
output = ${buildout:directory}/template.cfg
mode = 0644

57 58 59
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-010