try git:// protocol for submodules

This commit is contained in:
Torsten Dreyer 2018-02-19 10:22:38 +01:00
parent a507cd5d71
commit fbdd7e136d

10
.gitmodules vendored
View File

@ -1,14 +1,14 @@
[submodule "simgear"] [submodule "simgear"]
path = simgear path = simgear
url = https://git.code.sf.net/p/flightgear/simgear url = git://git.code.sf.net/p/flightgear/simgear
branch = release/2018.1 branch = release/2018.1
[submodule "flightgear"] [submodule "flightgear"]
path = flightgear path = flightgear
url = https://git.code.sf.net/p/flightgear/flightgear url = git://git.code.sf.net/p/flightgear/flightgear
branch = release/2018.1 branch = release/2018.1
[submodule "fgrun"] [submodule "fgrun"]
path = fgrun path = fgrun
url = https://git.code.sf.net/p/flightgear/fgrun url = git://git.code.sf.net/p/flightgear/fgrun
branch = next branch = next
[submodule "fgdata"] [submodule "fgdata"]
path = fgdata path = fgdata
@ -16,9 +16,9 @@
branch = release/2018.1 branch = release/2018.1
[submodule "windows-3rd-party"] [submodule "windows-3rd-party"]
path = windows-3rd-party path = windows-3rd-party
url = https://git.code.sf.net/p/flightgear/windows-3rd-party url = git://git.code.sf.net/p/flightgear/windows-3rd-party
branch = master branch = master
[submodule "getstart"] [submodule "getstart"]
path = getstart path = getstart
url = https://git.code.sf.net/p/flightgear/getstart url = git://git.code.sf.net/p/flightgear/getstart
branch = release/2018.1 branch = release/2018.1