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