forked from logos-co/logos-modules-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
65 lines (65 loc) · 2.84 KB
/
Copy path.gitmodules
File metadata and controls
65 lines (65 loc) · 2.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
; 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/Khushboo-dev-cpp/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