Commit d6a0245b authored by Romain Courteaud's avatar Romain Courteaud

Freeze erp5/beteireflow code

parent 4978dbd9
......@@ -246,7 +246,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
stop-on-error = true
repository = http://git.erp5.org/repos/erp5.git
branch = master
revision =
revision = c93617a5fcdac4526233559b42ec056cc4158c26
command = ${git:location}/bin/git clone --quiet --branch ${:branch} ${:repository} ${:location} && if [ -n "${:revision}" ]; then cd ${:location} && ${git:location}/bin/git reset --quiet --hard ${:revision} ; fi
# ls information added in order to debug .git disappearing
update-command = ls -la ${:location}
......@@ -256,6 +256,7 @@ update-command = ls -la ${:location}
[beteireflow-repository]
<= erp5
branch = master
revision = 8f5e5a84b315d272cd1270e525064ece60d18c33
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/sanef.git
# command = (${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}) || (rm -fr ${:location} && exit 1)
......
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