diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-05-12 18:53:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-05-12 18:53:08 -0300 |
commit | ba714501bdea10a7452e85ffeedb8a40636dcaea (patch) | |
tree | 35be5a3b8f4315e7598dd8ed604bde0c7a396649 /.tools | |
parent | 2bcdcf2cf6287f73ae07a0a93d4366b8bb478a09 (diff) | |
download | clientdata-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.sh | 4 | ||||
-rwxr-xr-x | .tools/licensecheck.sh | 4 | ||||
-rwxr-xr-x | .tools/testxml.sh | 2 |
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 |