From: Steffan Karger Date: Tue, 22 Nov 2016 20:12:08 +0000 (+0100) Subject: Change cmocka remote to use https in stead of git protocol X-Git-Tag: v2.4_beta2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da941141f34935f2c362b262a83de3cd722b65d6;p=thirdparty%2Fopenvpn.git Change cmocka remote to use https in stead of git protocol Allows to clone the cmocka submodule from networks where 'anything but web and mail' is firewalled. Signed-off-by: Steffan Karger Acked-by: Gert Doering 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 --- diff --git a/.gitmodules b/.gitmodules index e9c63884c..c1ff36e1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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