]> xenbits.xensource.com Git - libvirt.git/commitdiff
gnulib: switch to use https:// instead of git:// protocol
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 16 Mar 2018 17:27:14 +0000 (17:27 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Mon, 19 Mar 2018 16:32:34 +0000 (16:32 +0000)
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é <berrange@redhat.com>
.gitmodules

index cfee24d7b8dc76c1c99d0f78a33317ba7d0fe477..0fda887528e7113361fb9ee123c9e89976254a73 100644 (file)
@@ -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