You've already forked open-source-firmware-validation
mirror of
https://github.com/Dasharo/open-source-firmware-validation.git
synced 2026-03-06 14:51:55 -08:00
We instlal it already via requirements.txt Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
20 lines
589 B
Plaintext
20 lines
589 B
Plaintext
# SPDX-FileCopyrightText: 2024 3mdeb <contact@3mdeb.com>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
[submodule "rtectrl-rest-api"]
|
|
path = rtectrl-rest-api
|
|
url = https://github.com/3mdeb/rtectrl-rest-api.git
|
|
[submodule "sonoff-rest-api"]
|
|
path = sonoff-rest-api
|
|
url = https://github.com/3mdeb/sonoff-rest-api.git
|
|
[submodule "osfv-scripts"]
|
|
path = osfv-scripts
|
|
url = https://github.com/Dasharo/osfv-scripts.git
|
|
[submodule "dcu"]
|
|
path = dcu
|
|
url = https://github.com/Dasharo/dcu.git
|
|
[submodule "osfv-test-data"]
|
|
path = osfv-test-data
|
|
url = https://github.com/Dasharo/osfv-test-data.git
|