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