Commit 03d13c82 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

slapos: Add dedicated Software profile

parent ac4867c5
[buildout]
extends =
https://lab.nexedi.com/nexedi/slapos/raw/b3ea968fb64b768aa5485ce9be4d1178ea734b8a/software/erp5/software.cfg
parts +=
officejs-appstore
[eggs]
extra-paths +=
${officejs-appstore:location}
[erp5_repository_list]
repository_id_list += officejs-appstore
[local-bt5-repository]
list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${officejs-appstore:location}/bt5
[officejs-appstore]
# We might use later better recipe, one specific to git would be much better
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
branch=generic
stop-on-error = true
repository = https://lab.nexedi.cn/nexedi/officejs-appstore.git
command = GIT_SSL_NO_VERIFY=true ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}
update-command = cd ${:location} && GIT_SSL_NO_VERIFY=true ${git:location}/bin/git pull --quiet
\ No newline at end of file
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