From 3f6a07ced1906059995014beaf11663a0bfb7c5a Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Thu, 5 Sep 2019 17:16:18 +0700 Subject: [PATCH] [+] Added submodule libdap-server-core-python --- .gitmodules | 3 +++ libdap-server-core-python | 1 + 2 files changed, 4 insertions(+) create mode 160000 libdap-server-core-python diff --git a/.gitmodules b/.gitmodules index 3ade6de3..e639b073 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,3 +5,6 @@ [submodule "libdap"] path = libdap url = https://gitlab.demlabs.net/cellframe/libdap.git +[submodule "libdap-server-core-python"] + path = libdap-server-core-python + url = https://gitlab.demlabs.net/cellframe/libdap-server-core-python.git diff --git a/libdap-server-core-python b/libdap-server-core-python new file mode 160000 index 00000000..b028a0b6 --- /dev/null +++ b/libdap-server-core-python @@ -0,0 +1 @@ +Subproject commit b028a0b6983d21441b4094ae2297d4c9e2e9aa12 -- GitLab