summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-12 18:53:08 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-12 18:53:08 -0300
commitba714501bdea10a7452e85ffeedb8a40636dcaea (patch)
tree35be5a3b8f4315e7598dd8ed604bde0c7a396649 /.tools
parent2bcdcf2cf6287f73ae07a0a93d4366b8bb478a09 (diff)
downloadclientdata-ba714501bdea10a7452e85ffeedb8a40636dcaea.tar.gz
clientdata-ba714501bdea10a7452e85ffeedb8a40636dcaea.tar.bz2
clientdata-ba714501bdea10a7452e85ffeedb8a40636dcaea.tar.xz
clientdata-ba714501bdea10a7452e85ffeedb8a40636dcaea.zip
Attempt to use messworld-tools instead of TMW2/evol-tools for CI jobs
Diffstat (limited to '.tools')
-rwxr-xr-x.tools/imagemagiccheck.sh4
-rwxr-xr-x.tools/licensecheck.sh4
-rwxr-xr-x.tools/testxml.sh2
3 files changed, 5 insertions, 5 deletions
diff --git a/.tools/imagemagiccheck.sh b/.tools/imagemagiccheck.sh
index 5f3868d7..747ccfbb 100755
--- a/.tools/imagemagiccheck.sh
+++ b/.tools/imagemagiccheck.sh
@@ -7,9 +7,9 @@ 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://gitlab.com/themanaworld/evolved messworld-tools.git tools
-cd tools/imagescheck
+cd tools/CI/imagescheck
./icccheck.sh >icccheck.log
check_error $?
diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh
index 726fc304..7c9b717a 100755
--- a/.tools/licensecheck.sh
+++ b/.tools/licensecheck.sh
@@ -7,9 +7,9 @@ clientdata_init
aptget_update
aptget_install git-core gcc ca-certificates grep
rm -rf tools
-gitclone https://gitlab.com/TMW2 evol-tools.git tools
+gitclone https://gitlab.com/themanaworld/evolved messworld-tools.git tools
-cd tools/licensecheck
+cd tools/CI/licensecheck
./clientdata.sh >license.log
check_error $?
diff --git a/.tools/testxml.sh b/.tools/testxml.sh
index 13985d46..041ce82a 100755
--- a/.tools/testxml.sh
+++ b/.tools/testxml.sh
@@ -7,7 +7,7 @@ clientdata_init
aptget_update
aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python python-pyvorbis python-ogg python-pil
rm -rf tools
-gitclone https://gitlab.com/TMW2 evol-tools.git tools
+gitclone https://gitlab.com/themanaworld/evolved messworld-tools.git tools
cd tools/testxml