Skip to content

Commit

Permalink
Add initial redundancy module
Browse files Browse the repository at this point in the history
Signed-off-by: Jukka Laitinen <[email protected]>
  • Loading branch information
jlaitine committed Aug 22, 2024
1 parent b8eed3f commit fd6e1ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,6 @@
[submodule "Tools/simulation/gz/plugins/px4-gzsim-plugins"]
path = Tools/simulation/gz/plugins/px4-gzsim-plugins
url = https://github.com/tiiuae/px4-gzsim-plugins.git
[submodule "src/modules/redundancy"]
path = src/modules/redundancy
url = [email protected]:tiiuae/px4_redundancy.git
1 change: 1 addition & 0 deletions clone_public.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ do
[[ "${repo}" == *pfsoc_crypto ]] || \
[[ "${repo}" == *pfsoc_keystore ]] || \
[[ "${repo}" == *pf_crypto ]] || \
[[ "${repo}" == src/modules/redundancy ]] || \
[[ "${repo}" == *process ]] && continue
git submodule update --init --recursive "${repo}"
done <<< "$(git submodule status | awk '{print $2}')"
1 change: 1 addition & 0 deletions src/modules/redundancy
Submodule redundancy added at bec5f7

0 comments on commit fd6e1ce

Please sign in to comment.