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