Merge branch 'master' into lamp
[slapos.git] / stack / slapos.cfg
1 # This stack list all parameters used in every Software Release or other stack.
2 # Software Releases or Stacks can safely extend this stack.
3
4 [buildout]
5 # Developers need to add explicitely this part in their software profile
6 parts = slapos-cookbook
7
8 # Generate list of automatically chosen eggs version
9 extensions +=
10   buildout-versions
11
12 # Use shacache and lxml
13 extends =
14   ../component/lxml-python/buildout.cfg
15
16 # Separate from site eggs
17 allowed-eggs-from-site-packages =
18 include-site-packages = false
19 exec-sitecustomize = false
20
21 # Add location for modified non-official slapos.buildout
22 find-links +=
23   http://www.nexedi.org/static/packages/source/slapos.buildout/
24   http://www.nexedi.org/static/packages/source/
25
26 # Use only quite well working sites.
27 allow-hosts +=
28   *.googlecode.com
29   *.nexedi.org
30   *.python.org
31   *.sourceforge.net
32   alastairs-place.net
33   bitbucket.org
34   dist.repoze.org
35   effbot.org
36   github.com
37   launchpad.net
38   peak.telecommunity.com
39   sourceforge.net
40   www.dabeaz.com
41   www.owlfish.com
42
43 # XXX: Workaround of SlapOS limitation
44 # Unzippig of eggs is required, as SlapOS do not yet provide nicely working
45 # development / fast switching environment for whole software
46 unzip = true
47
48 # Define where is defined what version of eggs we should use
49 versions = versions
50
51 # Define networkcache with shacache.org
52 networkcache-section = networkcache
53
54 # Install slapos.cookbook containing all officials recipes
55 # Explicitely define dependencies as well, because of buildout limitation
56 # if using "develop"
57 [slapos-cookbook]
58 recipe = zc.recipe.egg
59 eggs =
60   ${lxml-python:egg}
61   slapos.cookbook
62   inotifyx
63   netaddr
64   slapos.core
65   xml_marshaller
66   pytz
67
68 [versions]
69 # Use SlapOS patched zc.buildout
70 zc.buildout = 1.6.0-dev-SlapOS-010
71
72 # zc.recipe.egg 2.0.0a is buggy
73 zc.recipe.egg = 1.3.2
74
75 [networkcache]
76 download-cache-url = http://www.shacache.org/shacache
77 download-dir-url = http://www.shacache.org/shadir