From 4588c2f1e8e1385f8b8175c8f10fda33b5cfe7d2 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 16 Mar 2018 10:27:18 +0000 Subject: [PATCH] Switch to relative submodule URLs This will enable the Git mirror on Jenkins to work (and also resolve some issues with SSH vs Git vs HTTP protocols) --- .gitmodules | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index fb61df5..50e2eeb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,24 +1,24 @@ [submodule "simgear"] path = simgear - url = git://git.code.sf.net/p/flightgear/simgear + url = ../simgear branch = next [submodule "flightgear"] path = flightgear - url = git://git.code.sf.net/p/flightgear/flightgear + url = ../flightgear branch = next [submodule "fgrun"] path = fgrun - url = git://git.code.sf.net/p/flightgear/fgrun + url = ../fgrun branch = next [submodule "fgdata"] path = fgdata - url = git://git.code.sf.net/p/flightgear/fgdata + url = ../fgdata branch = next [submodule "windows-3rd-party"] path = windows-3rd-party - url = git://git.code.sf.net/p/flightgear/windows-3rd-party + url = ../windows-3rd-party branch = master [submodule "getstart"] path = getstart - url = git://git.code.sf.net/p/flightgear/getstart + url = ../getstart branch = next