]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Change cmocka remote to use https in stead of git protocol
authorSteffan Karger <steffan.karger@fox-it.com>
Tue, 22 Nov 2016 20:12:08 +0000 (21:12 +0100)
committerGert Doering <gert@greenie.muc.de>
Tue, 22 Nov 2016 21:24:25 +0000 (22:24 +0100)
Allows to clone the cmocka submodule from networks where 'anything but
web and mail' is firewalled.

Signed-off-by: Steffan Karger <steffan.karger@fox-it.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1479845528-16068-1-git-send-email-steffan@karger.me>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13203.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
.gitmodules

index e9c63884c7296fc2d87091da7be7e39971e100c4..c1ff36e1be84fa20d811403ebeb56b62b5a02148 100644 (file)
@@ -1,4 +1,4 @@
 [submodule "vendor/cmocka"]
        path = vendor/cmocka
-       url = git://git.cryptomilk.org/projects/cmocka.git
+       url = https://git.cryptomilk.org/projects/cmocka.git
        branch = master