summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-01 17:51:46 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-01 17:51:46 -0300
commit35b100998087cea15b589a064856014c57792ebf (patch)
tree60d095ee38f14c105649891030b1e871554ea34a
parentf0b1829a485246a876218b94fa5431841a1a76a4 (diff)
downloadall-35b100998087cea15b589a064856014c57792ebf.tar.gz
all-35b100998087cea15b589a064856014c57792ebf.tar.bz2
all-35b100998087cea15b589a064856014c57792ebf.tar.xz
all-35b100998087cea15b589a064856014c57792ebf.zip
Use our own fork
-rwxr-xr-xinit.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/init.sh b/init.sh
index 45f0cb5..a1c61b8 100755
--- a/init.sh
+++ b/init.sh
@@ -25,7 +25,8 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
${CLONEA}/hercules.git server-code
${CLONE1}/serverdata.git server-data
${CLONE1}/evol-tools.git tools
- ${CLONEA}/evol-hercules.git server-code/src/evol
+ ${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?
${CLONE1}/Docs.git docs
${CLONE1}/TheManaWorld_Wiki.wiki.git wiki
@@ -33,7 +34,8 @@ if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
elif [[ "${CMD}" == "server" ]]; then
${CLONEA}/hercules.git server-code
${CLONE1}/serverdata.git server-data
- ${CLONEA}/evol-hercules.git server-code/src/evol
+ ${CLONE1}/evol-hercules.git server-code/src/evol
+ cd server-code/src/evol ; git checkout tmw2 ; cd ../../..
${CLONE1}/evol-tools.git tools
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "client" ]]; then
@@ -45,7 +47,8 @@ elif [[ "${CMD}" == "local" ]]; then
${CLONEA}/evol-local.git server-local
${CLONEA}/hercules.git server-code
${CLONE1}/serverdata.git server-data
- ${CLONEA}/evol-hercules.git server-code/src/evol
+ ${CLONE1}/evol-hercules.git server-code/src/evol
+ cd server-code/src/evol ; git checkout tmw2 ; cd ../../..
${CLONE1}/evol-tools.git tools
ln -s server-code/src/evol server-plugin
elif [[ "${CMD}" == "tools" ]]; then