From 493ad2c306f7be4b5a74dafbf1b020a5dc0717b9 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Wed, 22 Feb 2017 18:09:42 +0100 Subject: [PATCH] use git:// for fgdata submodule remote to keep jenkins happy --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 09f8120..86f5ed4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -12,7 +12,7 @@ branch = next [submodule "fgdata"] path = fgdata - url = https://git.code.sf.net/p/flightgear/fgdata + url = git://git.code.sf.net/p/flightgear/fgdata branch = next [submodule "windows-3rd-party"] path = windows-3rd-party