Commit 35d4de4e authored by Gabriel Monnerat's avatar Gabriel Monnerat

add new parts and configurations to follow installation of ERP5 Buildout 2.12

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40940 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 82704e81
[buildout] [buildout]
software_home = ${:directory}
extends = extends =
../profiles/versions-common.cfg ../profiles/versions-common.cfg
../profiles/software-definition.cfg
../profiles/common.cfg
../software-profiles/python-2.6.cfg ../software-profiles/python-2.6.cfg
../software-profiles/openoffice-bin.cfg ../software-profiles/openoffice-bin.cfg
python = software_definition
versions = versions versions = versions
parts = parts =
software_home
cloudooo cloudooo
instance-egg
openoffice-bin openoffice-bin
python2.6 python2.6
bootstrap2.6 bootstrap2.6
...@@ -16,6 +22,13 @@ extensions = mr.developer ...@@ -16,6 +22,13 @@ extensions = mr.developer
sources = sources sources = sources
auto-checkout = cloudooo auto-checkout = cloudooo
[instance-egg]
recipe = zc.recipe.egg
python = python2.6
eggs =
erp5.recipe.cloudoooinstance
z3c.recipe.mkdir
[sources] [sources]
cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo cloudooo = svn https://svn.erp5.org/repos/public/erp5/trunk/utils/cloudooo
...@@ -24,4 +37,9 @@ recipe = zc.recipe.egg ...@@ -24,4 +37,9 @@ recipe = zc.recipe.egg
python = python2.6 python = python2.6
interpreter = pycloudoo interpreter = pycloudoo
scripts = scripts =
eggs = cloudooo eggs =
cloudooo
[software_definition]
software_home = ${buildout:software_home}
executable = ${python2.6:executable}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment