diff options
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 |