-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
24 lines (24 loc) · 872 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
[submodule "Python/DeviceLister"]
path = Python/DeviceLister
url = https://gitlab.com/rbrt-weiler/xmc-nbi-devicelister-py.git
branch = stable
[submodule "Go/DeviceLister"]
path = Go/DeviceLister
url = https://gitlab.com/rbrt-weiler/xmc-nbi-devicelister-go.git
branch = stable
[submodule "Go/GenericNbiClient"]
path = Go/GenericNbiClient
url = https://gitlab.com/rbrt-weiler/xmc-nbi-genericnbiclient-go.git
branch = stable
[submodule "Go/VlanLister"]
path = Go/VlanLister
url = https://gitlab.com/rbrt-weiler/xmc-nbi-vlanlister-go.git
branch = stable
[submodule "Python/GenericNbiClient"]
path = Python/GenericNbiClient
url = https://gitlab.com/rbrt-weiler/xmc-nbi-genericnbiclient-py.git
branch = stable
[submodule "Rust/GenericNbiClient"]
path = Rust/GenericNbiClient
url = https://gitlab.com/rbrt-weiler/xmc-nbi-genericnbiclient-rs.git
branch = stable