This commit is contained in:
aozhiwei 2022-03-08 11:15:10 +08:00
parent 94774c6673
commit 5cdde61838
7 changed files with 16 additions and 0 deletions

6
.gitmodules vendored Normal file
View File

@ -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

1
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_golang/boundle.sh

5
common.sh Normal file
View File

@ -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

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_golang/reload.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_golang/restart.sh

1
third_party/stat vendored Submodule

@ -0,0 +1 @@
Subproject commit 71e52470736bcf2279fdd3f79f45316ae2f95234

1
third_party/tools vendored Submodule

@ -0,0 +1 @@
Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28