This commit is contained in:
aozhiwei 2019-01-14 19:39:53 +08:00
commit 9633e80818
9 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
bin
target

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "third_party/dbproxy"]
path = third_party/dbproxy
url = git@git.kingsome.cn:server_common/dbproxy.git

1
boundle.sh Normal file
View File

@ -0,0 +1 @@
sh ci_script/boundle.sh -DGAME_ID=100899

1
ci_script Symbolic link
View File

@ -0,0 +1 @@
third_party/dbproxy/server/tools/scripts/ci/dbproxy

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
ci_script/manage.py

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/reload.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/restart.sh

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
ci_script/start_instance.sh

1
third_party/dbproxy vendored Submodule

@ -0,0 +1 @@
Subproject commit 7e07d0641a1606833d65da072ee66ee9a546cdb0