diff options
author | jaseg <code@jaseg.net> | 2020-12-30 13:15:42 +0100 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-12-30 13:15:42 +0100 |
commit | 92f9ae6cd7c82bf3f6e2c69b5de6da4319b5efa6 (patch) | |
tree | 1f8c2c57651721f71e72db145a41b45e4cd4fab9 /.gitmodules | |
parent | 7a3ec8f39e75075e050064162a16d84c4cfe8b01 (diff) | |
download | infra-92f9ae6cd7c82bf3f6e2c69b5de6da4319b5efa6.tar.gz infra-92f9ae6cd7c82bf3f6e2c69b5de6da4319b5efa6.tar.bz2 infra-92f9ae6cd7c82bf3f6e2c69b5de6da4319b5efa6.zip |
Move gerbolyze, secure-download checkouts into subdirectory
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 866dd3a..56f5f0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,9 @@ [submodule "library/ansible-collection"] path = library/inwx-collection url = https://github.com/inwx/ansible-collection +[submodule "checkouts/gerbolyze"] + path = checkouts/gerbolyze + url = https://git.jaseg.de/gerbolyze.git +[submodule "checkouts/secure-download"] + path = checkouts/secure-download + url = https://git.jaseg.de/secure-download.git |