This commit is contained in:
aozhiwei 2020-12-25 15:43:52 +08:00
commit 8a3bc27f1e
9 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

0
bin/.gitkeep Normal file
View File

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

0
target/.gitkeep Normal file
View File

1
third_party/stat vendored Submodule

@ -0,0 +1 @@
Subproject commit b72b38494b34576044638af1832dedcfbc26431c

1
third_party/tools vendored Submodule

@ -0,0 +1 @@
Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6