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