From 4e381659720f0faf5a9bebe82007d2900c311d7f Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 7 Mar 2022 13:35:39 +0800 Subject: [PATCH] 1 --- .gitmodules | 6 ++++++ boundle.sh | 1 + manage.py | 1 + real_start_instance.sh | 1 + reload.sh | 1 + restart.sh | 1 + start_instance.sh | 1 + third_party/game2006 | 1 + third_party/tools | 1 + 9 files changed, 14 insertions(+) create mode 100644 .gitmodules create mode 120000 boundle.sh create mode 120000 manage.py create mode 120000 real_start_instance.sh create mode 120000 reload.sh create mode 120000 restart.sh create mode 120000 start_instance.sh create mode 160000 third_party/game2006 create mode 160000 third_party/tools diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..af3e269 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "third_party/tools"] + path = third_party/tools + url = git@git.kingsome.cn:server_common/tools.git +[submodule "third_party/game2006"] + path = third_party/game2006 + url = git@git.kingsome.cn:server/game2006.git diff --git a/boundle.sh b/boundle.sh new file mode 120000 index 0000000..17508bf --- /dev/null +++ b/boundle.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/boundle.sh \ No newline at end of file diff --git a/manage.py b/manage.py new file mode 120000 index 0000000..5575f96 --- /dev/null +++ b/manage.py @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/manage.py \ No newline at end of file diff --git a/real_start_instance.sh b/real_start_instance.sh new file mode 120000 index 0000000..20e6a6d --- /dev/null +++ b/real_start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/real_start_instance.sh \ No newline at end of file diff --git a/reload.sh b/reload.sh new file mode 120000 index 0000000..4f94bd7 --- /dev/null +++ b/reload.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/reload.sh \ No newline at end of file diff --git a/restart.sh b/restart.sh new file mode 120000 index 0000000..40730a5 --- /dev/null +++ b/restart.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/restart.sh \ No newline at end of file diff --git a/start_instance.sh b/start_instance.sh new file mode 120000 index 0000000..dc94249 --- /dev/null +++ b/start_instance.sh @@ -0,0 +1 @@ +third_party/tools/scripts/publish_cpp_i_n/start_instance.sh \ No newline at end of file diff --git a/third_party/game2006 b/third_party/game2006 new file mode 160000 index 0000000..e399cff --- /dev/null +++ b/third_party/game2006 @@ -0,0 +1 @@ +Subproject commit e399cff5faa6d09d3f1f7675d78231676f2662e3 diff --git a/third_party/tools b/third_party/tools new file mode 160000 index 0000000..c382fab --- /dev/null +++ b/third_party/tools @@ -0,0 +1 @@ +Subproject commit c382fabe3a5b978e5491ade1dd76d67b1197dc04