From db020026809b27efc41d0b8dd482e88c96cd8ff4 Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 18 Mar 2021 12:25:28 +0100 Subject: [PATCH] adding missing submodules from integrated subprojects --- .gitmodules | 22 ++++++++++++++++++++++ community_server/.gitmodules | 8 ++++---- 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index 0ea7400c0..04f340efb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,25 @@ path = gn url = https://github.com/gradido/gn.git branch = master +[submodule "mithril_client"] + path = community_server/mithril_client + url = git@github.com:gradido/gradido_mithrilJS_client.git +[submodule "src/protobuf"] + path = community_server/src/protobuf + url = git@github.com:gradido/gradido_protocol.git +[submodule "dependencies/tinf"] + path = login_server/dependencies/tinf + url = https://github.com/jibsen/tinf.git +[submodule "dependencies/mariadb-connector-c"] + path = login_server/dependencies/mariadb-connector-c + url = https://github.com/MariaDB/mariadb-connector-c.git +[submodule "src/proto"] + path = login_server/src/proto + url = https://github.com/gradido/gradido_protocol.git +[submodule "dependencies/iroha-ed25519"] + path = login_server/dependencies/iroha-ed25519 + url = https://github.com/gradido/iroha-ed25519.git +[submodule "dependencies/spirit-po"] + path = login_server/dependencies/spirit-po + url = https://github.com/cbeck88/spirit-po.git + diff --git a/community_server/.gitmodules b/community_server/.gitmodules index ed2d79ec1..9077bcecf 100644 --- a/community_server/.gitmodules +++ b/community_server/.gitmodules @@ -1,6 +1,6 @@ -[submodule "mithril_client"] - path = mithril_client - url = git@github.com:gradido/gradido_mithrilJS_client.git +#[submodule "mithril_client"] +# path = mithril_client +# url = git@github.com:gradido/gradido_mithrilJS_client.git [submodule "src/protobuf"] path = src/protobuf - url = git@github.com:gradido/gradido_protocol.git \ No newline at end of file + url = git@github.com:gradido/gradido_protocol.git