Commit 1cfdceb9 authored by Romain Courteaud's avatar Romain Courteaud

Slapos: fix recipe used to fetch git repo

parent df5bd654
......@@ -15,11 +15,6 @@ repository_id_list += officejs-appstore
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=master
stop-on-error = true
<= erp5
repository = https://lab.nexedi.com/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
branch = master
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