From: Daniel P. Berrangé Date: Fri, 16 Mar 2018 17:27:14 +0000 (+0000) Subject: gnulib: switch to use https:// instead of git:// protocol X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ef5db6581912e016a400cd8b317d21d004e38af;p=libvirt.git gnulib: switch to use https:// instead of git:// protocol Some contributors are behind obnoxious firewalls that block everything except http(s) traffic, preventing checkout of modules using the git:// protocol. Since git.savannah.gnu.org is using the modern, fast HTTP transport, there's no real downside to using that by default. Signed-off-by: Daniel P. Berrangé --- diff --git a/.gitmodules b/.gitmodules index cfee24d7b8..0fda887528 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "gnulib"] path = .gnulib - url = git://git.sv.gnu.org/gnulib.git + url = https://git.savannah.gnu.org/git/gnulib.git/ [submodule "keycodemapdb"] path = src/keycodemapdb url = https://gitlab.com/keycodemap/keycodemapdb.git