Changelog for 0.78.3, release bump
[slapos.git] / software / davstorage / common.cfg
1 [buildout]
2
3 versions = versions
4
5 extends =
6   ../../component/apache-php/buildout.cfg  
7   ../../component/apache/buildout.cfg
8   ../../component/curl/buildout.cfg
9   ../../component/dash/buildout.cfg
10   ../../component/dcron/buildout.cfg
11   ../../component/logrotate/buildout.cfg
12   ../../stack/shacache-client.cfg
13   ../../component/lxml-python/buildout.cfg
14   ../../component/python-2.7/buildout.cfg
15   ../../component/gzip/buildout.cfg
16
17 find-links +=
18   http://www.nexedi.org/static/packages/source/slapos.buildout/
19   http://www.nexedi.org/static/packages/source/
20   http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
21
22 # Use only quite well working sites.
23 allow-hosts +=
24   *.googlecode.com
25   *.nexedi.org
26   *.python.org
27   *.sourceforge.net
28   alastairs-place.net
29   bitbucket.org
30   dist.repoze.org
31   effbot.org
32   github.com
33   launchpad.net
34   peak.telecommunity.com
35   sourceforge.net
36   www.dabeaz.com
37   www.owlfish.com
38
39 parts =
40   apache-php
41   application
42   template
43   lxml-python
44   eggs
45   instance-recipe-egg
46
47 unzip= true
48
49 [eggs]
50 recipe = zc.recipe.egg
51 eggs =
52
53 [instance-recipe]
54 egg = slapos.cookbook
55 module = davstorage
56
57 [instance-recipe-egg]
58 recipe = zc.recipe.egg
59 python = python2.7
60 eggs = ${instance-recipe:egg}
61
62 [application]
63 recipe = hexagonit.recipe.download
64 url = http://garr.dl.sourceforge.net/project/ajaxplorer/ajaxplorer/dev-channel/4.3.4/ajaxplorer-core-4.3.4.tar.gz
65 md5sum = 2f2ff8bda7bbe841ef0e870c724eb74f
66 strip-top-level-dir = true
67
68 [template]
69 # Default template for the instance.
70 recipe = slapos.recipe.template
71 url = ${:_profile_base_location_}/instance.cfg
72 md5sum = bed788dee6daf05349c4577e7a7f1299
73 output = ${buildout:directory}/template.cfg
74 mode = 0644
75
76 [instance-davstorage]
77 recipe = slapos.recipe.template
78 url = ${:_profile_base_location_}/instance-davstorage.cfg
79 md5sum = 699ecf4678386667f58a3391bab7af0f
80 output = ${buildout:directory}/template-davstorage.cfg
81 mode = 0644
82
83 [lxml-python]
84 python = python2.7