From 4803a75462558bc998a624a4c1882d82429e3dee Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 9 Aug 2023 12:59:11 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ third_party/f5 | 1 + third_party/q5 | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 third_party/f5 create mode 160000 third_party/q5 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..d6fffbbd --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/q5"] + path = third_party/q5 + url = git@git.kingsome.cn:server_common/q5.git +[submodule "third_party/f5"] + path = third_party/f5 + url = git@git.kingsome.cn:server_common/f5.git diff --git a/third_party/f5 b/third_party/f5 new file mode 160000 index 00000000..efc8db84 --- /dev/null +++ b/third_party/f5 @@ -0,0 +1 @@ +Subproject commit efc8db84bc297223ef9e124fffb76ecc1d33899f diff --git a/third_party/q5 b/third_party/q5 new file mode 160000 index 00000000..607a4887 --- /dev/null +++ b/third_party/q5 @@ -0,0 +1 @@ +Subproject commit 607a4887d0c5c6d92b402ae385cc4c6e21067cf8