]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
use 3rd party submodule mirrors from our Gitlab
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 21 May 2020 06:40:07 +0000 (08:40 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 21 May 2020 06:40:07 +0000 (08:40 +0200)
lua-aho-corasick and lua-tapered submodules now use our mirrors
to avoid problems when upstream repositories are deleted
(which happened to lua-tapered on or around 2020-05-21).

.gitmodules

index 2779b8dacdf79e8f0c6203d7e7b9fe4161b5f445..66278724b105a5e4802fcb4d1be2fbad87b09b66 100644 (file)
@@ -3,7 +3,7 @@
        url = https://gitlab.labs.nic.cz/knot/deckard.git
 [submodule "modules/policy/lua-aho-corasick"]
        path = modules/policy/lua-aho-corasick
-       url = https://github.com/cloudflare/lua-aho-corasick.git
+       url = https://gitlab.labs.nic.cz/knot/3rdparty/lua-aho-corasick.git
 [submodule "tests/config/tapered"]
        path = tests/config/tapered
-       url = https://github.com/telemachus/tapered.git
+       url = https://gitlab.labs.nic.cz/knot/3rdparty/lua-tapered.git