From 37cba688c52f47d2857ec16d4265221decce08ff Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 18 Feb 2020 14:44:30 +0800 Subject: [PATCH] 1 --- .gitignore | 2 ++ .gitmodules | 3 +++ boundle.sh | 1 + manage.py | 1 + reload.sh | 1 + restart.sh | 1 + start_instance.sh | 1 + third_party/tools | 1 + 8 files changed, 11 insertions(+) create mode 100644 .gitignore 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 create mode 160000 third_party/tools diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5e556b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config +target \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index b6a3f71..991fcfa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/wjtx"] path = third_party/wjtx url = git@git.kingsome.cn:server/wjtx.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:/server_common/tools diff --git a/boundle.sh b/boundle.sh deleted file mode 100644 index e69de29..0000000 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 e69de29..0000000 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 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..7a56029 --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 7a560291e310bb85a4aa72d33017219cc5e7356c