From 84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Nov 2018 23:40:10 -0200 Subject: Update TMW2 Repositories structure --- init.sh | 8 ++++---- pull.sh | 3 +-- push.sh | 3 +-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/init.sh b/init.sh index 5442b65..895e76c 100755 --- a/init.sh +++ b/init.sh @@ -27,9 +27,9 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then ${CLONE1}/evol-tools.git tools ${CLONE1}/evol-hercules.git server-code/src/evol cd server-code/src/evol ; git checkout tmw2 ; cd ../../.. - ${CLONEA}/evol-local.git server-local # Do this even serves any purpose? + ${CLONEA}/evol-local.git server-local # Do this even serve any purpose? ${CLONE1}/Docs.git docs - ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki + ${CLONE1}/Docs.wiki.git wiki ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "server" ]]; then ${CLONEA}/hercules.git server-code @@ -59,11 +59,11 @@ elif [[ "${CMD}" == "plugin" ]]; then ln -s server-code/src/evol server-plugin elif [[ "${CMD}" == "docs" ]]; then ${CLONE1}/Docs.git docs - ${CLONE1}/TheManaWorld_Wiki.wiki.git wiki + ${CLONE1}/Docs.wiki.git wiki elif [[ "${CMD}" == "manaplus" ]]; then ${CLONE2}manaplus/manaplus.git manaplus elif [[ "${CMD}" == "media" ]]; then - ${CLONE1}/evol-media.git media + ${CLONE1}/art.git art fi if [[ "${CMD}" == "all" ]]; then diff --git a/pull.sh b/pull.sh index 3272e1d..61c8525 100755 --- a/pull.sh +++ b/pull.sh @@ -65,6 +65,5 @@ status server-code/src/evol evol-hercules status music music status manaplus manaplus status docs docs -#status art art -status media media +status art art status wiki wiki diff --git a/push.sh b/push.sh index eadb3fd..df98ccf 100755 --- a/push.sh +++ b/push.sh @@ -27,6 +27,5 @@ status tools tools status music music #status manaplus manaplus status docs docs -#status art art -status media media +status art art status wiki wiki -- cgit v1.2.3-60-g2f50