Persistent TM Store #320

Merged
muellerr merged 109 commits from mueller/pus-15-tm-storage into develop 2023-02-24 19:03:39 +01:00
2 changed files with 9 additions and 0 deletions
Showing only changes of commit 2bfc9bc565 - Show all commits

View File

@ -1,3 +1,6 @@
#!/bin/bash #!/bin/bash
root="$(pwd)"
ln -s "$root/hooks" "$root/.git/hooks"
git submodule update --init fsfw thirdparty/rapidcsv thirdparty/lwgps thirdparty/json git submodule update --init fsfw thirdparty/rapidcsv thirdparty/lwgps thirdparty/json

6
hooks/post-checkout Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
#
# update submodules after checkout
git submodule init
git submodule update