This commit is contained in:
aozhiwei 2020-02-03 21:46:40 +08:00
parent 7abafbf0c8
commit e437f42c89
5 changed files with 5 additions and 16 deletions

View File

@ -1,13 +0,0 @@
cd third_party/wjtx/trunk/
mvn clean package install -Dmaven.test.skip=true
cd ../game-web/trunk
mvn clean package install -Dmaven.test.skip=true
cd ../../../../
pwd
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 reload.sh restart.sh start_instance.sh config lib public static templates

1
boundle.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/boundle.sh

1
manage.py Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/manage.py

View File

1
reload.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/reload.sh

View File

@ -1,3 +0,0 @@
cd bin
sh shutdown.sh
sh startup.sh

1
restart.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/restart.sh

View File

1
start_instance.sh Symbolic link
View File

@ -0,0 +1 @@
third_party/tools/scripts/publish_java/start_instance.sh