software.cfg 1.06 KB
Newer Older
1 2 3 4 5
[buildout]

find-links +=
    http://www.nexedi.org/static/packages/source/slapos.buildout/

6 7
versions = versions

8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
extends =
  ../../component/apache/buildout.cfg
  ../../component/dcron/buildout.cfg
   ../../component/logrotate/buildout.cfg
  ../../stack/shacache-client.cfg
  ../../component/python-2.7/buildout.cfg

# 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


28
parts =
29 30
  template
  apache
31 32
  logrotate
  dcron
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
  eggs
  instance-recipe-egg


unzip= true

[eggs]
recipe = zc.recipe.egg
eggs =

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

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

[template]
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
md5sum = 51b6213889573ae7b1dec0bd65384432
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
61
zc.buildout = 1.5.3-dev-SlapOS-009