Commit d58bbb5c authored by Rafael Monnerat's avatar Rafael Monnerat

slapos-master: Extends wendelin rather them erp5

  There are extra libraries and patches that are important to wendelin (bt5) usage,
  DataArray, DataSupply...
parent 4424e6ae
Pipeline #30650 canceled with stage
[buildout]
extends =
../../software/erp5/software.cfg
../../software/wendelin/software.cfg
buildout.hash.cfg
parts +=
vifib-fix-products-paths
[erp5-defaults]
wcfs-enable-default = true
[local-bt5-repository]
# Same as bt5-repository, but only local repository.
# Used to generate bt5lists.
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${erp5-bin:location}/bt5 ${erp5-doc:location}/bt5 ${vifib:location}/master/bt5 ${wendelin:location}/bt5
list += ${vifib:location}/master/bt5
[erp5_repository_list]
repository_id_list = erp5 erp5-bin erp5-doc wendelin vifib/master
repository_id_list += vifib/master
[erp5]
branch = erp5-vifib
......@@ -31,19 +27,6 @@ branch = master
repository = https://lab.nexedi.com/nexedi/slapos-bin.git
branch = master
[wendelin]
recipe = slapos.recipe.build:gitclone
git-executable = ${git:location}/bin/git
repository = https://lab.nexedi.com/nexedi/wendelin.git
branch = master
[vifib-fix-products-paths]
recipe = plone.recipe.command
stop-on-error = true
command =
for DIR in "${vifib:location}/master"; do cd "$DIR"; rm -f Products ; ln -s product Products; touch product/__init__.py; done
update-command = ${:command}
[eggs]
eggs +=
slapos.core
......@@ -55,7 +38,6 @@ dummy +=
extra-paths +=
${vifib:location}/master
${slapos-bin:location}
${wendelin:location}
### Overwrite recipes to introduce customized changes
......
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