-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
32 lines (32 loc) · 895 Bytes
/
.gitmodules
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
[submodule "mount/etc/shellfire/paths.d"]
path = mount/etc/shellfire/paths.d
url = https://github.com/shellfire-dev/paths.d
branch = master
update = checkout
ignore = none
fetchRecurseSubmodules = true
shallow = false
[submodule "mount/lib/shellfire/core"]
path = mount/lib/shellfire/core
url = https://github.com/shellfire-dev/core.git
branch = master
update = checkout
ignore = none
fetchRecurseSubmodules = true
shallow = false
[submodule "mount/lib/shellfire/cpucount"]
path = mount/lib/shellfire/cpucount
url = https://github.com/shellfire-dev/cpucount.git
branch = master
update = checkout
ignore = none
fetchRecurseSubmodules = true
shallow = false
[submodule "tools/reproducible"]
path = tools/reproducible
url = https://github.com/libertine-linux/reproducible.git
branch = master
update = checkout
ignore = none
fetchRecurseSubmodules = true
shallow = false