summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-06-09 12:58:13 -0300
committerJesusaves <cpntb1@ymail.com>2022-06-09 12:58:13 -0300
commit10ee9f54c29a28a9322cc9330b3cd6cc750b7a41 (patch)
tree3854b1fe98bf957e5dc27573db92ae3ef3cbd1d7 /.tools
parent4f9e2130fd58a0b8624aa4d802259571071652ac (diff)
downloadart-10ee9f54c29a28a9322cc9330b3cd6cc750b7a41.tar.gz
art-10ee9f54c29a28a9322cc9330b3cd6cc750b7a41.tar.bz2
art-10ee9f54c29a28a9322cc9330b3cd6cc750b7a41.tar.xz
art-10ee9f54c29a28a9322cc9330b3cd6cc750b7a41.zip
Move from GitLab
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/downloadlib.sh2
-rwxr-xr-x.tools/imagemagiccheck.sh2
-rwxr-xr-x.tools/licensecheck.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.tools/downloadlib.sh b/.tools/downloadlib.sh
index b9a50d73..0b8c2592 100755
--- a/.tools/downloadlib.sh
+++ b/.tools/downloadlib.sh
@@ -6,7 +6,7 @@ export libname="$1_$2"
mkdir libdownload
cd libdownload
rm "${zipname}"
-../client-data/.tools/retry.sh wget -O "${zipname}" "https://gitlab.com/simplepackagemanager/spm/builds/artifacts/$1/download?job=${libname}"
+../client-data/.tools/retry.sh wget -O "${zipname}" "https://git.themanaworld.org/manaplus/spm/builds/artifacts/$1/download?job=${libname}"
unzip "${zipname}"
cp -r "bin/${libname}" ..
cd ..
diff --git a/.tools/imagemagiccheck.sh b/.tools/imagemagiccheck.sh
index fdb8d61b..c2faced9 100755
--- a/.tools/imagemagiccheck.sh
+++ b/.tools/imagemagiccheck.sh
@@ -7,7 +7,7 @@ clientdata_init
aptget_update
aptget_install git-core gcc ca-certificates imagemagick
rm -rf tools
-gitclone https://gitlab.com/TMW2 evol-tools.git tools
+gitclone https://git.themanaworld.org/ml tools.git tools
cd tools/imagescheck
diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh
index 2ceffd72..8efc9fcd 100755
--- a/.tools/licensecheck.sh
+++ b/.tools/licensecheck.sh
@@ -7,7 +7,7 @@ cd ../client-data ; pwd
aptget_update
aptget_install git-core gcc ca-certificates grep
rm -rf tools
-gitclone https://gitlab.com/TMW2 evol-tools.git tools
+gitclone https://git.themanaworld.org/ml tools.git tools
cd tools/licensecheck
echo "Begun, we are at tools/licensecheck"