1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[buildout]
software_home = ${:directory}
extends =
../profiles/versions-common.cfg
../profiles/software-definition.cfg
../profiles/common.cfg
../software-profiles/python-2.6.cfg
../software-profiles/openoffice-bin.cfg
python = software_definition
versions = versions
parts =
instance_template
cloudooo
instance-egg
openoffice-bin
python2.6
bootstrap2.6
extensions = mr.developer
sources = sources
auto-checkout = cloudooo
[instance-egg]
recipe = zc.recipe.egg
python = python2.6
eggs =
erp5.recipe.cloudoooinstance
z3c.recipe.mkdir
[sources]
cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
[cloudooo]
recipe = zc.recipe.egg
python = python2.6
interpreter = pycloudoo
scripts =
eggs =
cloudooo
[software_definition]
software_home = ${buildout:software_home}
executable = ${python2.6:executable}