From 5cdde61838bb69653e114dafea3ddebfa253d2f2 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Mar 2022 11:15:10 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ boundle.sh | 1 + common.sh | 5 +++++ reload.sh | 1 + restart.sh | 1 + third_party/stat | 1 + third_party/tools | 1 + 7 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 120000 boundle.sh create mode 100644 common.sh create mode 120000 reload.sh create mode 120000 restart.sh create mode 160000 third_party/stat create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..f471229 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/stat"] + path = third_party/stat + url = git@git.kingsome.cn:server/stat.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..b9fd091 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_golang/boundle.sh \ No newline at end of file diff --git a/common.sh b/common.sh new file mode 100644 index 0000000..060d3a2 --- /dev/null +++ b/common.sh @@ -0,0 +1,5 @@ +SRC_EXE_NAME=statserver +PROJECT_NAME=statserver +SOURCE_DIR=third_party/stat +SOURCE_PATH=third_party/stat/server/statserver_go +COMPILE_CMD=make diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..33b560e --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_golang/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..26e36a5 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_golang/restart.sh \ No newline at end of file diff --git a/third_party/stat b/third_party/stat new file mode 160000 index 0000000..71e5247 --- /dev/null +++ b/third_party/stat @@ -0,0 +1 @@ +Subproject commit 71e52470736bcf2279fdd3f79f45316ae2f95234 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..725d70e --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28