summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-10 11:04:54 -0300
commit981f743d984d388c9a9573a0cabfc90b008675d7 (patch)
treea058bde088dcc5382dbf11c141b606069b6e5cd7 /.tools
parent7cbbe3ae939214ac6b899e35a4152d638e6193ea (diff)
downloadserverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.gz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.bz2
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.tar.xz
serverdata-981f743d984d388c9a9573a0cabfc90b008675d7.zip
Gitlab was abandoned
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/scripts/init.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh
index 8183c3e0e..2e7654d6c 100755
--- a/.tools/scripts/init.sh
+++ b/.tools/scripts/init.sh
@@ -174,13 +174,13 @@ function do_init_data {
function do_init_tools {
cd ..
rm -rf tools
- gitclone https://gitlab.com/TMW2 evol-tools.git tools
+ gitclone https://git.themanaworld.org/ml evol-tools.git tools
}
function do_init {
do_init_data
rm -rf server-code
- gitclone https://gitlab.com/TMW2 hercules.git server-code
+ gitclone https://git.themanaworld.org/ml hercules.git server-code
check_error $?
cd server-code/src ; git checkout tmw2
check_error $?
@@ -202,7 +202,7 @@ function do_init {
cd src
check_error $?
#'
- gitclone https://gitlab.com/TMW2 evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
+ gitclone https://git.themanaworld.org/ml evol-hercules.git evol ; cd evol ; git checkout tmw2 ; cd ..
check_error $?
cd ../..
check_error $?