From 6784d21c7ba134a8a1f439d83b34c0d4657f757d Mon Sep 17 00:00:00 2001 From: alexandr <alexandrmruchok@gmail.com> Date: Tue, 29 Sep 2020 20:09:46 +0300 Subject: [PATCH] [*] submodules --- .gitmodules | 24 +++++++++++++----------- cellframe-ui-sdk | 1 + dap-ui-sdk | 1 + libdap-qt | 1 - libdap-qt-ui-chain-wallet | 1 - libdap-qt-ui-qml | 1 - 6 files changed, 15 insertions(+), 14 deletions(-) create mode 160000 cellframe-ui-sdk create mode 160000 dap-ui-sdk delete mode 160000 libdap-qt delete mode 160000 libdap-qt-ui-chain-wallet delete mode 160000 libdap-qt-ui-qml diff --git a/.gitmodules b/.gitmodules index 6be6ac8..e35df58 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,14 +1,16 @@ -[submodule "libdap-qt-ui-qml"] - path = libdap-qt-ui-qml - url = https://gitlab.demlabs.net/cellframe/libdap-qt-ui-qml.git - branch = master -[submodule "libdap-qt"] - path = libdap-qt - url = https://gitlab.demlabs.net/cellframe/libdap-qt.git - branch = master -[submodule "libdap-qt-ui-chain-wallet"] - path = libdap-qt-ui-chain-wallet - url = https://gitlab.demlabs.net/cellframe/libdap-qt-ui-chain-wallet.git [submodule "cellframe-sdk"] path = cellframe-sdk url = https://gitlab.demlabs.net/cellframe/cellframe-sdk.git + branch = master +[submodule "cellframe-ui-sdk"] + path = cellframe-ui-sdk + url = ../cellframe-ui-sdk.git + branch = master +[submodule "dap-ui-sdk"] + path = dap-ui-sdk + url = ../../dap/dap-ui-sdk + branch = master +[submodule "prod_build"] + path = prod_build + url = ../prod_build_cellframe-dashboard + diff --git a/cellframe-ui-sdk b/cellframe-ui-sdk new file mode 160000 index 0000000..54556af --- /dev/null +++ b/cellframe-ui-sdk @@ -0,0 +1 @@ +Subproject commit 54556afb3e929b5c132e882c911b94965eb836cb diff --git a/dap-ui-sdk b/dap-ui-sdk new file mode 160000 index 0000000..d371339 --- /dev/null +++ b/dap-ui-sdk @@ -0,0 +1 @@ +Subproject commit d371339f97ccb140c9f9509f3ac147eca56acd1b diff --git a/libdap-qt b/libdap-qt deleted file mode 160000 index 257e9be..0000000 --- a/libdap-qt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 257e9bec35db7607d1136231361d157d6d9d2c30 diff --git a/libdap-qt-ui-chain-wallet b/libdap-qt-ui-chain-wallet deleted file mode 160000 index ca85157..0000000 --- a/libdap-qt-ui-chain-wallet +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ca8515704b6e44e2cec16f2eebb735c316ae0ef7 diff --git a/libdap-qt-ui-qml b/libdap-qt-ui-qml deleted file mode 160000 index ad19de2..0000000 --- a/libdap-qt-ui-qml +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ad19de22a32e0200e361cd6f3763c77d05582b88 -- GitLab