-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
install: use git submodules for dependencies
This is helpful for dependencies version management.
- Loading branch information
Showing
6 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[submodule "nmos-dep/nmos-common"] | ||
path = nmos-dep/nmos-common | ||
url = https://github.com/pkeroulas/nmos-common.git | ||
[submodule "nmos-dep/nmos-reverse-proxy"] | ||
path = nmos-dep/nmos-reverse-proxy | ||
url = https://github.com/pkeroulas/nmos-reverse-proxy.git | ||
[submodule "nmos-dep/nmos-node"] | ||
path = nmos-dep/nmos-node | ||
url = https://github.com/bbc/nmos-node.git | ||
[submodule "nmos-dep/nmos-mdns-bridge"] | ||
path = nmos-dep/nmos-mdns-bridge | ||
url = https://github.com/pkeroulas/nmos-mdns-bridge.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule nmos-common
added at
c9ccff
Submodule nmos-mdns-bridge
added at
121fd4
Submodule nmos-reverse-proxy
added at
faf2a4