use relative urls in submodules

old-commit-hash: 5f2a5e5bad
This commit is contained in:
Willem Melching
2020-01-17 11:27:14 -08:00
parent 2048a6e3d3
commit ea02548652

23
.gitmodules vendored
View File

@@ -1,15 +1,16 @@
[submodule "apks"]
path = apks
url = git@github.com:commaai/openpilot-apks.git
[submodule "cereal"]
path = cereal
url = git@github.com:commaai/cereal.git
[submodule "panda"]
path = panda
url = git@github.com:commaai/panda.git
[submodule "laika_repo"]
path = laika_repo
url = git@github.com:commaai/laika.git
url = ../panda.git
[submodule "opendbc"]
path = opendbc
url = git@github.com:commaai/opendbc.git
url = ../opendbc.git
[submodule "laika_repo"]
path = laika_repo
url = ../laika.git
[submodule "apks"]
path = apks
url = ../openpilot-apks.git
[submodule "cereal"]
path = cereal
url = ../cereal.git