Commit d260e9b4 authored by Nicolas Delaby's avatar Nicolas Delaby

Use http to download from git

Because https prompts buildout process, use http instead
parent 59666c95
No related merge requests found
......@@ -190,7 +190,7 @@ repository_id_list = erp5
recipe = plone.recipe.command
location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
repository = https://git.erp5.org/repos/erp5.git
repository = http://git.erp5.org/repos/erp5.git
command = ${git:location}/bin/git clone --quiet ${:repository} ${:location}
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
......
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