software.cfg 1.25 KB
Newer Older
1 2
[buildout]
extends =
3
  ../../component/cubrid/buildout.cfg
4 5 6 7 8 9 10 11 12 13
  ../../component/dcron/buildout.cfg
  ../../component/logrotate/buildout.cfg
  ../../component/lxml-python/buildout.cfg
  ../../component/perl/buildout.cfg
  ../../component/python-2.7/buildout.cfg
  ../../component/rdiff-backup/buildout.cfg
  ../../component/stunnel/buildout.cfg
  ../../component/xtrabackup/buildout.cfg
  ../../stack/shacache-client.cfg
  
14 15
find-links =
  http://www.nexedi.org/static/packages/source/slapos.buildout/
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
parts =
Guillaume Bottex's avatar
Guillaume Bottex committed
30
  template
31
  cubrid
32 33
  eggs
  instance-recipe-egg
34

35 36
versions = versions

37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
[instance-recipe]
egg = slapos.cubrid
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
52 53 54
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
55
#md5sum = ff505b30920696a872a7b65edf09a7d1
Guillaume Bottex's avatar
Guillaume Bottex committed
56 57 58
output = ${buildout:directory}/template.cfg
mode = 0644

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