mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adding missing submodules from integrated subprojects
This commit is contained in:
parent
02ec8501d8
commit
db02002680
22
.gitmodules
vendored
22
.gitmodules
vendored
@ -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
|
||||
|
||||
|
||||
8
community_server/.gitmodules
vendored
8
community_server/.gitmodules
vendored
@ -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
|
||||
url = git@github.com:gradido/gradido_protocol.git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user