From 25651d8de5fff0a7fc290a392f8ae1b7557e7af9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Tue, 8 Mar 2022 13:53:30 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ boundle.sh | 1 + boundle2.sh | 1 + reload.sh | 1 + restart.sh | 1 + third_party/service | 1 + third_party/tools | 1 + 7 files changed, 12 insertions(+) create mode 100644 .gitmodules create mode 120000 boundle.sh create mode 120000 boundle2.sh create mode 120000 reload.sh create mode 120000 restart.sh create mode 160000 third_party/service create mode 160000 third_party/tools 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/third_party/service b/third_party/service new file mode 160000 index 0000000..07543d0 --- /dev/null +++ b/third_party/service @@ -0,0 +1 @@ +Subproject commit 07543d002c7eb037ae3599846a19f142f31485a1 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..725d70e --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit 725d70ebaba30c20124075cf5e4bd751d2404d28