slapos.cfg 1.62 KB
Newer Older
1 2 3 4
# This stack list all parameters used in every Software Release or other stack.
# Software Releases or Stacks can safely extend this stack.

[buildout]
5 6
# Developers need to add explicitely this part in their software profile
parts = slapos-cookbook
7

8 9 10 11
# Generate list of automatically chosen eggs version
extensions +=
  buildout-versions

12
# Use shacache and lxml
13
extends =
14
  ../component/lxml-python/buildout.cfg
15

16 17 18 19 20 21 22 23 24 25 26
# Separate from site eggs
allowed-eggs-from-site-packages =
include-site-packages = false
exec-sitecustomize = false

# Add location for modified non-official slapos.buildout
find-links +=
  http://www.nexedi.org/static/packages/source/slapos.buildout/

# Use only quite well working sites.
allow-hosts +=
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
27
  *.googlecode.com
28 29 30 31
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  alastairs-place.net
32
  bitbucket.org
33 34 35
  dist.repoze.org
  effbot.org
  github.com
36
  launchpad.net
37
  peak.telecommunity.com
38
  sourceforge.net
39 40 41 42 43 44 45
  www.dabeaz.com
  www.owlfish.com

# 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
46

47
# Define where is defined what version of eggs we should use
48 49
versions = versions

50 51 52
# Define networkcache with shacache.org
networkcache-section = networkcache

53 54 55 56
# Install slapos.cookbook containing all officials recipes
[slapos-cookbook]
recipe = zc.recipe.egg
eggs =
57
  ${lxml-python:egg}
58 59
  slapos.cookbook

60
[versions]
61
# Use SlapOS patched zc.buildout
62
zc.buildout = 1.6.0-dev-SlapOS-010
63 64 65 66

[networkcache]
download-cache-url = http://www.shacache.org/shacache
download-dir-url = http://www.shacache.org/shadir