1
This commit is contained in:
commit
7e6b487c54
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
*.*\~
|
||||
*.*~
|
||||
*.*\#
|
||||
*.*#
|
||||
~*.*
|
||||
\#*.*
|
||||
*.out
|
||||
*.tar
|
||||
*.tar.gz
|
||||
target
|
||||
config
|
10
boundle.sh
Executable file
10
boundle.sh
Executable 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
|
0
reloadres.sh
Normal file
0
reloadres.sh
Normal file
1
restart.sh
Normal file
1
restart.sh
Normal file
@ -0,0 +1 @@
|
||||
echo 'success'
|
0
sql/gamedb.sql
Normal file
0
sql/gamedb.sql
Normal file
0
tools/rankserver/app.py
Normal file
0
tools/rankserver/app.py
Normal file
Loading…
x
Reference in New Issue
Block a user