git: changed to https git protocol

This commit is contained in:
Andrew Tridgell 2021-11-02 18:36:19 +11:00 committed by Randy Mackay
parent cb07d219e4
commit 6250b57bf8
3 changed files with 20 additions and 8 deletions

14
.gitmodules vendored
View File

@ -1,21 +1,21 @@
[submodule "modules/uavcan"]
path = modules/uavcan
url = git://github.com/ArduPilot/uavcan.git
url = https://github.com/ArduPilot/uavcan.git
[submodule "modules/waf"]
path = modules/waf
url = git://github.com/ArduPilot/waf.git
url = https://github.com/ArduPilot/waf.git
[submodule "modules/gbenchmark"]
path = modules/gbenchmark
url = git://github.com/google/benchmark.git
url = https://github.com/google/benchmark.git
[submodule "modules/mavlink"]
path = modules/mavlink
url = git://github.com/ArduPilot/mavlink
url = https://github.com/ArduPilot/mavlink
[submodule "gtest"]
path = modules/gtest
url = git://github.com/ArduPilot/googletest
url = https://github.com/ArduPilot/googletest
[submodule "modules/ChibiOS"]
path = modules/ChibiOS
url = git://github.com/ArduPilot/ChibiOS.git
url = https://github.com/ArduPilot/ChibiOS.git
[submodule "modules/libcanard"]
path = modules/libcanard
url = git://github.com/ArduPilot/libcanard.git
url = https://github.com/ArduPilot/libcanard.git

View File

@ -0,0 +1,12 @@
#!/bin/sh
# this copes with moving origin remote to a new git organisation
# we run it 3 times due to the poor handling of recursion
git submodule update --recursive --force --init
git submodule sync --recursive
git submodule update --recursive --force --init
git submodule sync --recursive
git submodule update --recursive --force --init
git submodule sync --recursive

@ -1 +1 @@
Subproject commit 5034afb62a2f8aef2b11717cbb0428a4115f4c60
Subproject commit a09b54f513facafc53c67fc1f8af88ec09c174ae