Commit 0b2cefc6 authored by Romain Courteaud's avatar Romain Courteaud

Get tagged version of slapos.cookbook.

parent 594f995d
......@@ -115,7 +115,9 @@ list = ${products-deps:location} ${products-upgrade:location}
recipe = plone.recipe.command
stop-on-error = true
location = ${buildout:parts-directory}/${:_buildout_section_name_}
repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git
tag = 20110720-CR1056-cookbook
# Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not
# contain master certificates to verify.
command = GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/sanef.git ${:location}
update-command = cd ${:location} && GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git pull --quiet
command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet ${:repository} ${:location} && cd ${:location} && ${git:location}/bin/git checkout -b ${:tag} ${:tag}) || (rm -fr ${:location} ; exit 1)
update-command =
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