Skip to content

Commit

Permalink
git: changed to https git protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge authored and rmackay9 committed Nov 9, 2021
1 parent cb07d21 commit 6250b57
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions Tools/gittools/submodule-sync.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion modules/mavlink
Submodule mavlink updated 1 files
+1 −1 .gitmodules

0 comments on commit 6250b57

Please sign in to comment.