This commit is contained in:
wangwei01 2019-09-23 11:38:37 +08:00
commit 7e6b487c54
8 changed files with 24 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
*.*\~
*.*~
*.*\#
*.*#
~*.*
\#*.*
*.out
*.tar
*.tar.gz
target
config

10
boundle.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
tag_name=`git status |grep '# On branch '|sed 's/# On branch //g'`
dir_name=`basename $PWD`
package_name=${dir_name}.tar.gz
#echo $tag_name
#echo $dir_name
#echo $package_name
tar --exclude=*.git -chzf target/${package_name} webapp config res reload.sh restart.sh reloadres.sh

1
reload.sh Normal file
View File

@ -0,0 +1 @@
echo 'success'

0
reloadres.sh Normal file
View File

1
res Symbolic link
View File

@ -0,0 +1 @@
config

1
restart.sh Normal file
View File

@ -0,0 +1 @@
echo 'success'

0
sql/gamedb.sql Normal file
View File

0
tools/rankserver/app.py Normal file
View File