-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
45 lines (37 loc) · 1.28 KB
/
Copy path.gitmodules
File metadata and controls
45 lines (37 loc) · 1.28 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
# SPDX-License-Identifier: MPL-2.0
#
# Submodule declarations for embedded independent repos.
# These directories have their own .git directories and are tracked as
# gitlinks (mode 160000) so the parent repo can pin specific commits.
[submodule "bgp-backbone-lab"]
path = bgp-backbone-lab
url = git@github.com:hyperpolymath/bgp-backbone-lab.git
branch = main
[submodule "qubes-sdp"]
path = qubes-sdp
url = git@github.com:hyperpolymath/qubes-sdp.git
branch = main
[submodule "network/bgp-backbone-lab"]
path = network/bgp-backbone-lab
url = git@github.com:hyperpolymath/bgp-backbone-lab.git
branch = main
[submodule "network/ipv6-only"]
path = network/ipv6-only
url = git@github.com:hyperpolymath/ipv6-only.git
branch = main
[submodule "network/ipv6-site-enforcer"]
path = network/ipv6-site-enforcer
url = git@github.com:hyperpolymath/ipv6-site-enforcer.git
branch = main
[submodule "network/ipv6-tools"]
path = network/ipv6-tools
url = git@github.com:hyperpolymath/ipv6-tools.git
branch = main
[submodule "network/network-ambulance"]
path = network/network-ambulance
url = git@github.com:hyperpolymath/network-ambulance.git
branch = main
[submodule "network/network-dashboard"]
path = network/network-dashboard
url = git@github.com:hyperpolymath/network-dashboard.git
branch = main