summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-02-10 19:40:55 -0300
committerJesusaves <cpntb1@ymail.com>2021-02-10 19:40:55 -0300
commit86ab466aaa56b7e888fc3f065844178061559799 (patch)
tree5d5e86f25d8ebac3e7217f8178645a4e839500f9
parente7c6b9f51ba16cbc01c6ce9af2fd009612295ddb (diff)
downloadevol-all-86ab466aaa56b7e888fc3f065844178061559799.tar.gz
evol-all-86ab466aaa56b7e888fc3f065844178061559799.tar.bz2
evol-all-86ab466aaa56b7e888fc3f065844178061559799.tar.xz
evol-all-86ab466aaa56b7e888fc3f065844178061559799.zip
Do not fetch an unmaintained version of M+HEADmaster
-rwxr-xr-xinit.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.sh b/init.sh
index ab33ba4..7bb1551 100755
--- a/init.sh
+++ b/init.sh
@@ -2,6 +2,7 @@
export LANG=C
export GROUP=evol
+export NAMESPACE=themanaworld
CMD="$1"
PROTO="git@gitlab.com:"
@@ -16,7 +17,7 @@ fi
CLONECMD="git clone --origin upstream"
CLONE1="${CLONECMD} ${PROTO}${GROUP}"
-CLONE2="${CLONECMD} ${PROTO}"
+CLONE2="${CLONECMD} ${PROTO}${NAMESPACE}"
if [[ "${CMD}" == "all" || "${CMD}" == "default" ]]; then
${CLONE1}/clientdata.git client-data
@@ -50,13 +51,13 @@ elif [[ "${CMD}" == "tools" ]]; then
elif [[ "${CMD}" == "docs" ]]; then
${CLONE1}/evol-docs.git docs
elif [[ "${CMD}" == "manaplus" ]]; then
- ${CLONE2}manaplus/manaplus.git manaplus
+ ${CLONE2}/manaplus/manaplus.git manaplus
elif [[ "${CMD}" == "media" ]]; then
${CLONE1}/evol-media.git media
fi
if [[ "${CMD}" == "all" ]]; then
${CLONE1}/evol-music.git music
- ${CLONE2}manaplus/manaplus.git manaplus
+ ${CLONE2}/manaplus/manaplus.git manaplus
${CLONE1}/evol-media.git media
fi