diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-07 15:07:45 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-07 15:07:45 -0200 |
commit | 0a6db402a19d95b854a2484c42e165a40034407f (patch) | |
tree | 4744fb6ef26e9174f2f6be405f06719aa24d23e6 /.tools | |
parent | 06468bbdf29b899065f8ea038e9bec0271687484 (diff) | |
download | clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.gz clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.bz2 clientdata-0a6db402a19d95b854a2484c42e165a40034407f.tar.xz clientdata-0a6db402a19d95b854a2484c42e165a40034407f.zip |
Update CI to use TMW2 tools over EVOL tools.
Diffstat (limited to '.tools')
-rwxr-xr-x | .tools/contributors.sh | 2 | ||||
-rwxr-xr-x | .tools/deploy.sh | 4 | ||||
-rwxr-xr-x | .tools/imagemagiccheck.sh | 2 | ||||
-rwxr-xr-x | .tools/licensecheck.sh | 2 | ||||
-rwxr-xr-x | .tools/testxml.sh | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh index 487c3cb4..6761f77b 100755 --- a/.tools/contributors.sh +++ b/.tools/contributors.sh @@ -7,7 +7,7 @@ clientdata_init aptget_update aptget_install git-core gcc ca-certificates libxml2-utils make xsltproc rm -rf tools -gitclone https://gitlab.com/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd tools/contrib_xsl diff --git a/.tools/deploy.sh b/.tools/deploy.sh index 7184f4b8..1b42d445 100755 --- a/.tools/deploy.sh +++ b/.tools/deploy.sh @@ -7,7 +7,7 @@ clientdata_init aptget_update aptget_install git-core zip gcc zlib1g-dev ca-certificates libxml2-utils python rm -rf tools -gitclone https://gitlab.com/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd clientdata rm -rf public @@ -16,7 +16,7 @@ mkdir public cd .. rm -rf music -gitclone https://gitlab.com/evol evol-music.git music +gitclone https://gitlab.com/TMW2 evol-music.git music cd tools/update diff --git a/.tools/imagemagiccheck.sh b/.tools/imagemagiccheck.sh index c298e576..5f3868d7 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/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd tools/imagescheck diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh index 750caed1..f8dedf64 100755 --- a/.tools/licensecheck.sh +++ b/.tools/licensecheck.sh @@ -7,7 +7,7 @@ clientdata_init aptget_update aptget_install git-core gcc ca-certificates grep rm -rf tools -gitclone https://gitlab.com/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd tools/licensecheck diff --git a/.tools/testxml.sh b/.tools/testxml.sh index eb0cd412..7296f759 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/evol evol-tools.git tools +gitclone https://gitlab.com/TMW2 evol-tools.git tools cd tools/testxml |