From 6fe4269d925e21ba7098409b4fac902922de84df Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 14 Jul 2017 19:04:16 +0200 Subject: 2.14.0 rewrite --- .gitmodules | 35 +++++++++++++++++------------------ ama-answers | 1 - apigrabber | 2 +- bridge | 2 +- cruncher | 2 +- discordbot | 1 - orm | 2 +- processor | 2 +- sampler | 1 - shrinker | 1 + telesucker | 1 + 11 files changed, 24 insertions(+), 26 deletions(-) delete mode 160000 ama-answers delete mode 160000 discordbot delete mode 160000 sampler create mode 160000 shrinker create mode 160000 telesucker diff --git a/.gitmodules b/.gitmodules index 8ae0691..70a9c59 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,51 +1,50 @@ [submodule "apigrabber"] path = apigrabber url = https://gitlab.com/vainglorygame/apigrabber.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "processor"] path = processor url = https://gitlab.com/vainglorygame/processor.git - branch = release/2.0.0 -[submodule "discordbot"] - path = discordbot - url = https://gitlab.com/vainglorygame/discordbot.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "vaindock"] path = vaindock url = https://gitlab.com/vainglorygame/vaindock.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "vainsocial"] path = vainsocial url = https://gitlab.com/vainglorygame/vainsocial.git - branch = release/2.0.0 + branch = release/2.12.0 [submodule "vainglorygame.github.io"] path = vainglorygame.github.io url = https://gitlab.com/vainglorygame/vainglorygame.github.io.git [submodule "analyzer"] path = analyzer url = https://gitlab.com/vainglorygame/analyzer.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "cruncher"] path = cruncher url = https://gitlab.com/vainglorygame/cruncher.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "bridge"] path = bridge url = https://gitlab.com/vainglorygame/bridge.git - branch = release/2.0.0 + branch = release/2.14.0 [submodule "docs"] path = docs url = https://gitlab.com/vainglorygame/docs.git [submodule "orm"] path = orm url = https://gitlab.com/vainglorygame/orm.git - branch = release/2.0.0 -[submodule "sampler"] - path = sampler - url = https://gitlab.com/vainglorygame/sampler.git -[submodule "ama-answers"] - path = ama-answers - url = https://gitlab.com/vainglorygame/ama-answers.git + branch = release/2.14.0 +[submodule "telesucker"] + path = telesucker + url = https://gitlab.com/vainglorygame/telesucker.git + branch = release/2.14.0 +[submodule "shrinker"] + path = shrinker + url = https://gitlab.com/vainglorygame/shrinker.git + branch = release/2.14.0 [submodule "status"] path = status url = https://gitlab.com/vainglorygame/status.git + branch = release/2.14.0 diff --git a/ama-answers b/ama-answers deleted file mode 160000 index 8c93d4b..0000000 --- a/ama-answers +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c93d4baa82e40bf26adb9f3e3489907ff24db6d diff --git a/apigrabber b/apigrabber index 79deffb..d4bd437 160000 --- a/apigrabber +++ b/apigrabber @@ -1 +1 @@ -Subproject commit 79deffb148c31d763a0ba86272cd397c16d26400 +Subproject commit d4bd4376d8604a9a9979607f1c78c37755edb94b diff --git a/bridge b/bridge index 40afdde..dd6c4c3 160000 --- a/bridge +++ b/bridge @@ -1 +1 @@ -Subproject commit 40afdde86f8b9369c2f3e1ef73176c347ccef5f6 +Subproject commit dd6c4c39440982e2943906f2fa30dbbb8260540b diff --git a/cruncher b/cruncher index 0ed167c..aa8c71b 160000 --- a/cruncher +++ b/cruncher @@ -1 +1 @@ -Subproject commit 0ed167ceaf1d32678b2887e56e3527ea4c0e46f6 +Subproject commit aa8c71b8f484a62d1c9623e3bda2f364bc3a73ab diff --git a/discordbot b/discordbot deleted file mode 160000 index 1881a2e..0000000 --- a/discordbot +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1881a2ecd48be772fd83b20068fe9946f1365eeb diff --git a/orm b/orm index 0e5c3af..dd2a4f7 160000 --- a/orm +++ b/orm @@ -1 +1 @@ -Subproject commit 0e5c3afae2be7a36372d9b29a1c7fa5fba649341 +Subproject commit dd2a4f706f20b83144e637896c55c550afa7030a diff --git a/processor b/processor index a5b43e1..5903891 160000 --- a/processor +++ b/processor @@ -1 +1 @@ -Subproject commit a5b43e106ae8a3441690ed7d32c711f0200d4be7 +Subproject commit 590389198bc0a7d9ce00395287c715a4adbc54b0 diff --git a/sampler b/sampler deleted file mode 160000 index 2b823d2..0000000 --- a/sampler +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 2b823d2808ce25939d7bfdd02aa109ca6efa6cdc diff --git a/shrinker b/shrinker new file mode 160000 index 0000000..a62c200 --- /dev/null +++ b/shrinker @@ -0,0 +1 @@ +Subproject commit a62c2004d7767d7f977050345eae2d850518a19b diff --git a/telesucker b/telesucker new file mode 160000 index 0000000..8fd9305 --- /dev/null +++ b/telesucker @@ -0,0 +1 @@ +Subproject commit 8fd9305bb207db826701a28bf90ed858b5ad77d7 -- cgit v1.3.1