summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-11-05 23:40:10 -0200
committerJesusaves <cpntb1@ymail.com>2018-11-05 23:40:10 -0200
commit84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa (patch)
tree35bc4fe1be3d0cf32f583803ba0aa194d5b9cce7
parent7a384863e7d4ccab9566d4766055bd1eb248f4cc (diff)
downloadall-84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa.tar.gz
all-84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa.tar.bz2
all-84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa.tar.xz
all-84ee5feee0e3a31ac42e9af27c6f37f5964cd0fa.zip
Update TMW2 Repositories structure
-rwxr-xr-xinit.sh8
-rwxr-xr-xpull.sh3
-rwxr-xr-xpush.sh3
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