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)
This commit is contained in:
James Turner 2018-03-16 10:27:18 +00:00
parent fbdd7e136d
commit df9848ecd4

12
.gitmodules vendored
View File

@ -1,24 +1,24 @@
[submodule "simgear"]
path = simgear
url = git://git.code.sf.net/p/flightgear/simgear
url = ../simgear
branch = release/2018.1
[submodule "flightgear"]
path = flightgear
url = git://git.code.sf.net/p/flightgear/flightgear
url = ../flightgear
branch = release/2018.1
[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 = release/2018.1
[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 = release/2018.1