1
This commit is contained in:
commit
12f3415fee
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
bin
|
||||
target
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "third_party/game2003api"]
|
||||
path = third_party/game2003api
|
||||
url = git@git.kingsome.cn:server/game2003api.git
|
7
boundle.sh
Executable file
7
boundle.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
|
||||
dir_name=`basename $PWD`
|
||||
package_name=${dir_name}.tar.gz
|
||||
|
||||
tar --exclude=*.git -chzf target/${package_name} bin config reload.sh restart.sh
|
0
restart.sh
Normal file
0
restart.sh
Normal file
1
third_party/game2003api
vendored
Submodule
1
third_party/game2003api
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit ce9edbf3ce06019d6712abd6fa6900047dd54b92
|
Loading…
x
Reference in New Issue
Block a user