diff options
| author | jandob | 2015-11-19 18:25:38 +0100 |
|---|---|---|
| committer | jandob | 2015-11-19 18:25:38 +0100 |
| commit | 841f78eec997493aec55b95fa829ea18543982d2 (patch) | |
| tree | f00498ffd0a6a4f03835d0cb5600cebd60e48a55 | |
| parent | fix rights of .gitmodules (diff) | |
| download | systemd-init-841f78eec997493aec55b95fa829ea18543982d2.tar.gz systemd-init-841f78eec997493aec55b95fa829ea18543982d2.tar.xz systemd-init-841f78eec997493aec55b95fa829ea18543982d2.zip | |
add dnbd3 submodule
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2bd7ca44..267815c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "builder/dnbd3-rootfs/scripts/rebash"] path = builder/dnbd3-rootfs/scripts/rebash url = git@github.com:jandob/rebash.git +[submodule "dnbd3"] + path = builder/dnbd3-rootfs/binaries/dnbd3 + url = git@git.openslx.org/dnbd3.git + ignore = dirty |
