Commit da57d210 authored by Romain Courteaud's avatar Romain Courteaud

Slapos: fix repository URL and branch

parent b168d9b0
......@@ -18,8 +18,8 @@ list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap ${officejs-a
# 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
branch=master
stop-on-error = true
repository = https://lab.nexedi.cn/nexedi/officejs-appstore.git
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
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