commit 2087a200af32161a0f82470c7d7d87c74d399dc7 Author: aozhiwei Date: Tue Jan 5 18:28:02 2021 +0800 1 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..62572ed --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/service"] + path = third_party/service + url = git@git.kingsome.cn:server/service.git +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..b03ed19 --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/boundle.sh \ No newline at end of file diff --git a/boundle2.sh b/boundle2.sh new file mode 120000 index 0000000..6611113 --- /dev/null +++ b/boundle2.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/boundle2.sh \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..5af45d8 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..2ee01dc --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_php/restart.sh \ No newline at end of file diff --git a/target/.gitkeep b/target/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/third_party/service b/third_party/service new file mode 160000 index 0000000..9805851 --- /dev/null +++ b/third_party/service @@ -0,0 +1 @@ +Subproject commit 9805851b6397084fe54584f9e7f21c214f382e22 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..756695d --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 756695d0a5d8ab91eab0b18599ae0338a399d5c6 diff --git a/webapp b/webapp new file mode 120000 index 0000000..b260b04 --- /dev/null +++ b/webapp @@ -0,0 +1 @@ +third_party/service/webapp \ No newline at end of file