mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-30 00:00:11 +01:00
fpga: add submodule
This commit is contained in:
parent
44fc7ccfb3
commit
8cec6edeef
2 changed files with 7 additions and 3 deletions
9
.gitmodules
vendored
9
.gitmodules
vendored
|
@ -1,9 +1,12 @@
|
||||||
[submodule "web/socket/flot"]
|
|
||||||
path = web/socket/flot
|
|
||||||
url = https://github.com/flot/flot.git
|
|
||||||
[submodule "common"]
|
[submodule "common"]
|
||||||
path = common
|
path = common
|
||||||
url = ../common.git
|
url = ../common.git
|
||||||
|
[submodule "fpga"]
|
||||||
|
path = fpga
|
||||||
|
url = ../fpga/fpga.git
|
||||||
[submodule "packaging/live-iso/fedora-kickstarts"]
|
[submodule "packaging/live-iso/fedora-kickstarts"]
|
||||||
path = packaging/live-iso/fedora-kickstarts
|
path = packaging/live-iso/fedora-kickstarts
|
||||||
url = https://pagure.io/fedora-kickstarts.git
|
url = https://pagure.io/fedora-kickstarts.git
|
||||||
|
[submodule "web/socket/flot"]
|
||||||
|
path = web/socket/flot
|
||||||
|
url = https://github.com/flot/flot.git
|
||||||
|
|
1
fpga
Submodule
1
fpga
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 1f6a181af64d806df12611ab0c5d0db33aa53cc8
|
Loading…
Add table
Reference in a new issue