From b8b7f0a8c3d5c6e13bd455dbc9ca530c7a2b12db Mon Sep 17 00:00:00 2001 From: Yehonal Date: Mon, 9 Apr 2018 07:52:10 +0000 Subject: [PATCH] [AZTH] Updated subtree scripts --- azth_pull_subtrees.sh | 2 +- azth_push_subtrees.sh | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100755 azth_push_subtrees.sh diff --git a/azth_pull_subtrees.sh b/azth_pull_subtrees.sh index a05572b1..0ac6994a 100755 --- a/azth_pull_subtrees.sh +++ b/azth_pull_subtrees.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -git subtree pull --prefix=modules/mod-transmog https://github.com/azerothcore/mod-transmog master +git subtree pull --prefix=modules/mod-transm https://github.com/azerothcore/mod-transmog master git subtree pull --prefix=modules/mod-duelreset https://github.com/azerothcore/mod-duelreset master diff --git a/azth_push_subtrees.sh b/azth_push_subtrees.sh new file mode 100755 index 00000000..a9648c71 --- /dev/null +++ b/azth_push_subtrees.sh @@ -0,0 +1,11 @@ +#!/usr/bin/env bash + +git push https://github.com/azerothcore/mod-transmog `git subtree split --prefix modules/mod-transm`:master + +git push https://github.com/azerothcore/mod-duelreset `git subtree split --prefix modules/mod-duelreset`:master + +git push https://github.com/azerothcore/mod-anticheat `git subtree split --prefix modules/mod-anticheat`:master + +git push https://github.com/azerothcore/mod-vas-autobalance `git subtree split --prefix modules/mod-vas-autobalance`:master + +read -p "done"