forked from jzaki/zaki-bazaar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 934 Bytes
/
Copy path.gitmodules
File metadata and controls
24 lines (24 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
; 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/forum-sample-app"]
path = submodules/forum-sample-app
url = https://github.com/logos-co/forum-sample-app
[submodule "submodules/can-it-run-doom"]
path = submodules/can-it-run-doom
url = https://github.com/the-cybermonk/can-it-run-doom