Commit 0e23bed1 authored by Łukasz Nowak's avatar Łukasz Nowak

- simplify profile


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39989 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7040c5b9
...@@ -4,9 +4,7 @@ extends = ...@@ -4,9 +4,7 @@ extends =
../software-profiles/openoffice-bin.cfg ../software-profiles/openoffice-bin.cfg
parts = parts =
openoffice-bin cloudooo
python2.6
pythonbin2.6
extensions = mr.developer extensions = mr.developer
sources = sources sources = sources
...@@ -15,14 +13,9 @@ auto-checkout = cloudooo ...@@ -15,14 +13,9 @@ auto-checkout = cloudooo
[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
[pythonbin2.6] [cloudooo]
recipe = zc.recipe.egg:scripts recipe = zc.recipe.egg
python = python2.6 python = python2.6
eggs = ${eggs:eggs} interpreter = pycloudoo
invokepython>=0.4
scripts = scripts =
invokepython=python${python2.6:python_version_major}
ipython=ipython${python2.6:python_version_major}
[eggs]
eggs = cloudooo eggs = cloudooo
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