replace submodules with install scripts
This commit is contained in:
parent
f02a2d402c
commit
e060b40b4b
7
.gitmodules
vendored
7
.gitmodules
vendored
@ -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
3
deps/install_spacepackets.sh
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
git clone https://github.com/us-irs/spacepackets-py.git
|
1
deps/spacepackets
vendored
1
deps/spacepackets
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 83622451c3e025bf8e5995344f3adf4044a69301
|
1
deps/tmtccmd
vendored
1
deps/tmtccmd
vendored
@ -1 +0,0 @@
|
||||
Subproject commit b76e66486531fff1af352e76a936d63474db6848
|
Loading…
Reference in New Issue
Block a user