From e437f42c89cb7e8dc38225cee5b459515d06b946 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 3 Feb 2020 21:46:40 +0800 Subject: [PATCH] 1 --- boundle.sh | 14 +------------- manage.py | 1 + reload.sh | 1 + restart.sh | 4 +--- start_instance.sh | 1 + 5 files changed, 5 insertions(+), 16 deletions(-) mode change 100644 => 120000 boundle.sh create mode 120000 manage.py mode change 100644 => 120000 reload.sh mode change 100644 => 120000 restart.sh mode change 100644 => 120000 start_instance.sh diff --git a/boundle.sh b/boundle.sh deleted file mode 100644 index 9893dbb..0000000 --- a/boundle.sh +++ /dev/null @@ -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 diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..46422df --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/boundle.sh \ No newline at end of file diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..6464ada --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/manage.py \ No newline at end of file diff --git a/reload.sh b/reload.sh deleted file mode 100644 index e69de29..0000000 diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..5a47e17 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh deleted file mode 100644 index 244fb33..0000000 --- a/restart.sh +++ /dev/null @@ -1,3 +0,0 @@ -cd bin -sh shutdown.sh -sh startup.sh diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..e0a8ff9 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh deleted file mode 100644 index e69de29..0000000 diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..89d85ef --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_java/start_instance.sh \ No newline at end of file