From 73455cf9119585f7f4d24934b0fa2219ad2d4a32 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Feb 06 2020 14:40:23 +0000 Subject: Add testing package repo as submodule Signed-off-by: Nils Philippsen --- diff --git a/.gitmodules b/.gitmodules index 86ae722..b7fdafd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "koji-playbooks"] path = koji-playbooks url = https://github.com/ktdreyer/koji-playbooks.git +[submodule "tests/python-munch"] + path = tests/python-munch + url = https://pagure.io/Fedora-Infra/python-munch.git diff --git a/tests/python-munch b/tests/python-munch new file mode 160000 index 0000000..bcce539 --- /dev/null +++ b/tests/python-munch @@ -0,0 +1 @@ +Subproject commit bcce53940d40cdfa4063a277a83e5f10299f74a5