Files
logos-modules-release/.gitmodules
T

69 lines
3.0 KiB
Plaintext

; Module submodule set for this catalog.
;
; This file starts empty. Add each module you want to publish as a git
; submodule under `submodules/`. The easiest way is the helper script,
; which also generates the matching per-module release workflow:
;
; ./scripts/add-module.sh https://github.com/<owner>/<repo>
;
; or, by hand:
;
; git submodule add https://github.com/<owner>/<repo> submodules/<repo>
;
; `release-all.yml` discovers modules by reading the `path = submodules/*`
; entries in this file, so you never maintain a build matrix by hand.
;
; After cloning a fork, materialise the submodule working trees with:
;
; git submodule update --init --recursive
[submodule "submodules/logos-blockchain-module"]
path = submodules/logos-blockchain-module
url = https://github.com/logos-blockchain/logos-blockchain-module
[submodule "submodules/logos-blockchain-ui"]
path = submodules/logos-blockchain-ui
url = https://github.com/logos-blockchain/logos-blockchain-ui
[submodule "submodules/logos-chat-module"]
path = submodules/logos-chat-module
url = https://github.com/logos-co/logos-chat-module
[submodule "submodules/logos-chat-ui"]
path = submodules/logos-chat-ui
url = https://github.com/logos-co/logos-chat-ui
[submodule "submodules/logos-delivery-module"]
path = submodules/logos-delivery-module
url = https://github.com/logos-co/logos-delivery-module
[submodule "submodules/logos-execution-zone-module"]
path = submodules/logos-execution-zone-module
url = https://github.com/logos-blockchain/logos-execution-zone-module
[submodule "submodules/logos-execution-zone-wallet-ui"]
path = submodules/logos-execution-zone-wallet-ui
url = https://github.com/logos-blockchain/logos-execution-zone-wallet-ui
[submodule "submodules/logos-storage-module"]
path = submodules/logos-storage-module
url = https://github.com/logos-co/logos-storage-module
[submodule "submodules/logos-storage-ui"]
path = submodules/logos-storage-ui
url = https://github.com/logos-co/logos-storage-ui
[submodule "submodules/openmetrics-module"]
path = submodules/openmetrics-module
url = https://github.com/logos-co/openmetrics-module
[submodule "submodules/lez-indexer-module"]
path = submodules/lez-indexer-module
url = https://github.com/logos-blockchain/lez-indexer-module
[submodule "submodules/lez-explorer-ui"]
path = submodules/lez-explorer-ui
url = https://github.com/logos-blockchain/lez-explorer-ui
[submodule "submodules/logos-libp2p-module"]
path = submodules/logos-libp2p-module
url = https://github.com/logos-co/logos-libp2p-module
[submodule "submodules/logos-chat-module-mix"]
path = submodules/logos-chat-module-mix
url = https://github.com/logos-co/logos-chat-module
branch = feat/logos-testnetv02-mix
[submodule "submodules/logos-chat-ui-mix"]
path = submodules/logos-chat-ui-mix
url = https://github.com/logos-co/logos-chat-ui
branch = feat/logos-testnetv02-mix
[submodule "submodules/logos-delivery-demo"]
path = submodules/logos-delivery-demo
url = https://github.com/logos-co/logos-delivery-demo