diff options
| author | liuxueli <[email protected]> | 2019-07-03 14:22:03 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-07-03 14:22:03 +0800 |
| commit | 4de4a8ea61058b81d0cea9ec1a67a6af1bbfb2bf (patch) | |
| tree | 1b2afa307ebe828d09c1b476002ac4f9997013f7 /.gitmodules | |
create version
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6498a11 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,21 @@ +[submodule "src/T1_HTTP_MAIL_BIZ"] + path = src/T1_HTTP_MAIL_BIZ + url = https://git.mesalab.cn/NTC/t1_http_mail_biz.git +[submodule "src/T2_HTTP_MAIL_BIZ"] + path = src/T2_HTTP_MAIL_BIZ + url = https://git.mesalab.cn/NTC/t2_http_mail_biz.git +[submodule "src/soq_dns_plug"] + path = src/soq_dns_plug + url = https://git.mesalab.cn/NTC/soq_dns_plug.git +[submodule "src/ntc_http_collect"] + path = src/ntc_http_collect + url = https://git.mesalab.cn/PanGu/ntc_http_collect.git +[submodule "src/ntc_ssl_collect"] + path = src/ntc_ssl_collect + url = https://git.mesalab.cn/PanGu/ntc_ssl_collect.git +[submodule "src/ntc_ip_comm"] + path = src/ntc_ip_comm + url = https://git.mesalab.cn/PanGu/ntc_ip_comm.git +[submodule "src/ntc_app_plug"] + path = src/ntc_app_plug + url = https://git.mesalab.cn/PanGu/ntc_app_plug.git |
