1 # This stack list all parameters used in every Software Release or other stack.
2 # Software Releases or Stacks can safely extend this stack.
5 # It is good idea for developers to add explicitely this part in their profile
6 parts += slapos-cookbook
8 # Generate list of automatically chosen eggs version
12 # Use shacache and lxml
15 ../component/lxml-python/buildout.cfg
17 # Separate from site eggs
18 allowed-eggs-from-site-packages =
19 include-site-packages = false
20 exec-sitecustomize = false
22 # Add location for modified non-official slapos.buildout
24 http://www.nexedi.org/static/packages/source/slapos.buildout/
25 http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
27 # Use only quite well working sites.
36 peak.telecommunity.com
42 # XXX: Workaround of SlapOS limitation
43 # Unzippig of eggs is required, as SlapOS do not yet provide nicely working
44 # development / fast switching environment for whole software
49 # Install slapos.cookbook containing all officials recipes
51 recipe = zc.recipe.egg
57 # Use patched hexagonit.recipe.download from
58 # https://github.com/SlapOS/hexagonit.recipe.download
59 hexagonit.recipe.download = 1.5.1-dev-slapos-001
60 # Use SlapOS patched zc.buildout
61 zc.buildout = 1.6.0-dev-SlapOS-004