Commit 031db994 authored by Romain Courteaud's avatar Romain Courteaud

Update cookbook

parent 2921aada
......@@ -33,7 +33,7 @@ repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/slapos/san
branch = master
# Note: GIT_SSL_NO_VERIFY is used as SlapOS OpenSSL configuration does not
# contain master certificates to verify.
revision = f3e0b72e69d9aa0852459d03dadef7dbe0d4520b
revision = 2921aada19c4720420c4a7e0c46271bdf8f261bf
command = (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}) && if [ -n ${:revision} ]; then cd ${:location} && (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git reset --quiet --hard ${:revision}) ; fi
update-command = cd ${:location} && (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git pull --quiet) && if [ -n ${:revision} ]; then cd ${:location} && (GIT_SSL_NO_VERIFY=1 ${git:location}/bin/git reset --quiet --hard ${:revision}) ; fi
......
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