Commit 036259d3 authored by Łukasz Nowak's avatar Łukasz Nowak

- put itools profile to common, to detach it from depending on software


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40267 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a5747bd6
......@@ -13,6 +13,16 @@ extensions =
dump-picked-versions-file = dumped-versions.cfg
overwrite-picked-versions-file = true
[itools]
# This part should not contain contain dependencies to other parts and should
# contain only paths relative to software_home as it will be used directly by
# instances. It should probably be moved to a .cfg file inside
# "instance-profiles"
pkgname = itools-0.50.8
location = ${buildout:software_home}/parts/itools
lib = ${:location}/lib
source = ${:location}/src
[create-directories]
recipe = plone.recipe.command
command =
......
......@@ -19,16 +19,6 @@ parts =
# ugly itools building sections until itools and setuptools learn to get
# along:
[itools]
# This part should not contain contain dependencies to other parts and should
# contain only paths relative to software_home as it will be used directly by
# instances. It should probably be moved to a .cfg file inside
# "instance-profiles"
pkgname = itools-0.50.8
location = ${buildout:software_home}/parts/itools
lib = ${:location}/lib
source = ${:location}/src
[itools-download]
recipe = hexagonit.recipe.download
strip-top-level-dir = true
......
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