From 8a3bc27f1edcdc0312fa0087dddc8ee06d869a3c Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 25 Dec 2020 15:43:52 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ bin/.gitkeep | 0 boundle.sh | 1 + common.sh | 5 +++++ reload.sh | 1 + restart.sh | 1 + target/.gitkeep | 0 third_party/stat | 1 + third_party/tools | 1 + 9 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 100644 bin/.gitkeep create mode 120000 boundle.sh create mode 100644 common.sh create mode 120000 reload.sh create mode 120000 restart.sh create mode 100644 target/.gitkeep 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/bin/.gitkeep b/bin/.gitkeep new file mode 100644 index 0000000..e69de29 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/target/.gitkeep b/target/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/third_party/stat b/third_party/stat new file mode 160000 index 0000000..b72b384 --- /dev/null +++ b/third_party/stat @@ -0,0 +1 @@ +Subproject commit b72b38494b34576044638af1832dedcfbc26431c diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..756695d --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6