slapos.cfg 1.61 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 7
# It is good idea for developers to add explicitely this part in their profile
parts += slapos-cookbook

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

12
# Use shacache and lxml
13
extends =
14
  shacache-client.cfg
15
  ../component/lxml-python/buildout.cfg
16 17 18 19 20 21 22 23 24
  
# 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/
25
  http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
26 27 28 29 30 31 32 33 34 35

# Use only quite well working sites.
allow-hosts +=
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  alastairs-place.net
  dist.repoze.org
  effbot.org
  github.com
36
  launchpad.net
37 38
  peak.telecommunity.com
  psutil.googlecode.com
39
  sourceforge.net
40 41 42 43 44 45 46
  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
47 48 49

versions = versions

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

57 58 59
[versions]
# Use patched hexagonit.recipe.download from
# https://github.com/SlapOS/hexagonit.recipe.download
60
hexagonit.recipe.download = 1.5.1-dev-slapos-002
61
# Use SlapOS patched zc.buildout
62
zc.buildout = 1.6.0-dev-SlapOS-006