mirror of https://github.com/ArduPilot/ardupilot
git: changed protocol to https
This commit is contained in:
parent
a632c813bc
commit
54a4e1ba9a
|
@ -1,21 +1,21 @@
|
||||||
[submodule "modules/uavcan"]
|
[submodule "modules/uavcan"]
|
||||||
path = modules/uavcan
|
path = modules/uavcan
|
||||||
url = git://github.com/ArduPilot/uavcan.git
|
url = https://github.com/ArduPilot/uavcan.git
|
||||||
[submodule "modules/waf"]
|
[submodule "modules/waf"]
|
||||||
path = modules/waf
|
path = modules/waf
|
||||||
url = git://github.com/ArduPilot/waf.git
|
url = https://github.com/ArduPilot/waf.git
|
||||||
[submodule "modules/gbenchmark"]
|
[submodule "modules/gbenchmark"]
|
||||||
path = modules/gbenchmark
|
path = modules/gbenchmark
|
||||||
url = git://github.com/google/benchmark.git
|
url = https://github.com/google/benchmark.git
|
||||||
[submodule "modules/mavlink"]
|
[submodule "modules/mavlink"]
|
||||||
path = modules/mavlink
|
path = modules/mavlink
|
||||||
url = git://github.com/ArduPilot/mavlink
|
url = https://github.com/ArduPilot/mavlink
|
||||||
[submodule "gtest"]
|
[submodule "gtest"]
|
||||||
path = modules/gtest
|
path = modules/gtest
|
||||||
url = git://github.com/ArduPilot/googletest
|
url = https://github.com/ArduPilot/googletest
|
||||||
[submodule "modules/ChibiOS"]
|
[submodule "modules/ChibiOS"]
|
||||||
path = modules/ChibiOS
|
path = modules/ChibiOS
|
||||||
url = git://github.com/ArduPilot/ChibiOS.git
|
url = https://github.com/ArduPilot/ChibiOS.git
|
||||||
[submodule "modules/libcanard"]
|
[submodule "modules/libcanard"]
|
||||||
path = modules/libcanard
|
path = modules/libcanard
|
||||||
url = git://github.com/ArduPilot/libcanard.git
|
url = https://github.com/ArduPilot/libcanard.git
|
||||||
|
|
|
@ -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 6e08c0757a1e90c461a8caf1a8d5b724abf3ca57
|
Subproject commit ff8623f52cf20adeb489a58ec7d26a7e9322a806
|
Loading…
Reference in New Issue