summaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 5609c03a66c2a9b20317db1cfe62830f01a89b5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "dependencies/linux"]
	path = dependencies/linux
	url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
	branch = master
[submodule "dependencies/util-linux"]
	path = dependencies/util-linux
	url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
[submodule "dependencies/libqcow"]
	path = dependencies/libqcow
	url = https://github.com/libyal/libqcow.git
[submodule "dependencies/qemu"]
	path = dependencies/qemu
	url = git://git.qemu.org/qemu.git
[submodule "implementation/loop"]
	path = implementation/loop
	url = git@git.openslx.org:openslx/kernel-qcow2-linux.git
	branch = kernel-qcow2
[submodule "implementation/losetup"]
	path = implementation/losetup
	url = git@git.openslx.org:openslx/kernel-qcow2-util-linux.git
	branch = kernel-qcow2