From b3bc4fe4f71d8c5a822749467979aa592590cd2f Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Fri, 25 Nov 2022 14:14:03 +0100 Subject: [PATCH] add filesystem --- .gitmodules | 4 ++++ filesystem | 1 + 2 files changed, 5 insertions(+) create mode 160000 filesystem diff --git a/.gitmodules b/.gitmodules index a9bb0fc..5ac7b25 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "aaa_base"] path = aaa_base url = https://gitea.opensuse.org/rpm/aaa_base + +[submodule "filesystem"] +path = filesystem +url = ../rpm/filesystem.git diff --git a/filesystem b/filesystem new file mode 160000 index 0000000..6591ad4 --- /dev/null +++ b/filesystem @@ -0,0 +1 @@ +Subproject commit 6591ad43c7f7d9f10a7007596e0f77276fac65e8