replace submodules with install scripts

This commit is contained in:
2022-12-15 11:07:03 +01:00
parent f02a2d402c
commit e060b40b4b
4 changed files with 3 additions and 9 deletions

7
.gitmodules vendored
View File

@ -1,7 +0,0 @@
[submodule "tmtccmd"]
path = deps/tmtccmd
url = https://github.com/robamu-org/tmtccmd.git
[submodule "spacepackets"]
path = deps/spacepackets
url = https://github.com/robamu-org/py-spacepackets.git

3
deps/install_spacepackets.sh vendored Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
git clone https://github.com/us-irs/spacepackets-py.git

1
deps/spacepackets vendored

Submodule deps/spacepackets deleted from 83622451c3

1
deps/tmtccmd vendored

Submodule deps/tmtccmd deleted from b76e664865