Commit 36859b09 authored by Romain Courteaud's avatar Romain Courteaud

Update cookbook

parent 9005805e
......@@ -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 = 2921aada19c4720420c4a7e0c46271bdf8f261bf
revision = 9005805e682a9c9c614171c6638c295cb3a80097
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