Commit d930a84e authored by Romain Courteaud's avatar Romain Courteaud

Update cookbook to get IPv4

parent 763c82cc
......@@ -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 = 9ce61c71c7496b7949634ee639e2bb240c175026
revision = 763c82cce35c4a64b99635a5e3ae5f1f6d73c337
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