summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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