From 591bd90af7499ecaa2fea0b0d0e009d4e8bf118c Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Thu, 21 Nov 2019 18:21:30 +0700 Subject: [PATCH] [*] Updated submodules --- .gitmodules | 3 +++ libdap-chain | 2 +- libdap-chain-net | 2 +- libdap-server-core-python | 2 +- libdap-server-http-db | 1 + libdap-stream-ch-chain | 2 +- 6 files changed, 8 insertions(+), 4 deletions(-) create mode 160000 libdap-server-http-db diff --git a/.gitmodules b/.gitmodules index 7045f056..d3c26ccb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -73,3 +73,6 @@ [submodule "libdap-stream-ch-chain-net"] path = libdap-stream-ch-chain-net url = https://gitlab.demlabs.net/cellframe/libdap-stream-ch-chain-net.git +[submodule "libdap-server-http-db"] + path = libdap-server-http-db + url = http://gitlab.demlabs.net/cellframe/libdap-server-http-db.git diff --git a/libdap-chain b/libdap-chain index f7e22487..d7166bf1 160000 --- a/libdap-chain +++ b/libdap-chain @@ -1 +1 @@ -Subproject commit f7e22487b7c01431161bc527269e76e16e213cfd +Subproject commit d7166bf173223fb027d248ccb7c2df7288a8433b diff --git a/libdap-chain-net b/libdap-chain-net index 10e82c53..c285d7ca 160000 --- a/libdap-chain-net +++ b/libdap-chain-net @@ -1 +1 @@ -Subproject commit 10e82c5393eee63eff349b4f4d2ec932e66c57bf +Subproject commit c285d7ca6385dd480b0168c5a7e380b85e0327db diff --git a/libdap-server-core-python b/libdap-server-core-python index f6f20418..fa0c59da 160000 --- a/libdap-server-core-python +++ b/libdap-server-core-python @@ -1 +1 @@ -Subproject commit f6f2041893f5bf0a9ffccbdf8d94d25fec8987c0 +Subproject commit fa0c59dac96fe133b53c56c6f6c5f1473566fc9e diff --git a/libdap-server-http-db b/libdap-server-http-db new file mode 160000 index 00000000..f3f0b0ed --- /dev/null +++ b/libdap-server-http-db @@ -0,0 +1 @@ +Subproject commit f3f0b0ed919d37368e86210940ebb9de686879a1 diff --git a/libdap-stream-ch-chain b/libdap-stream-ch-chain index d614be37..5dcf99b1 160000 --- a/libdap-stream-ch-chain +++ b/libdap-stream-ch-chain @@ -1 +1 @@ -Subproject commit d614be3773d73516d7f56f3f439232a3a09539d7 +Subproject commit 5dcf99b114a8fc1b48d124feba528e0b9f413cd1 -- GitLab