From e1207fbd738e16bbf822b1962fd00cacecac05ac Mon Sep 17 00:00:00 2001 From: jak1 Date: Sat, 25 Jun 2022 17:18:37 +0000 Subject: updated repo-url, to use always the ci-server & namespace (recursive) --- .tools/contributors.sh | 2 +- .tools/deploy.sh | 4 ++-- .tools/imagemagiccheck.sh | 2 +- .tools/licensecheck.sh | 2 +- .tools/testxml.sh | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tools/contributors.sh b/.tools/contributors.sh index cbfadf1b..7f8679f3 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://git.themanaworld.org/evolved tools.git tools +gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools cd tools/contrib_xsl diff --git a/.tools/deploy.sh b/.tools/deploy.sh index 82b8c292..8dbdd472 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://git.themanaworld.org/evolved tools.git tools +gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools cd clientdata rm -rf public @@ -17,7 +17,7 @@ cd .. # FIXME #rm -rf music -#gitclone https://git.themanaworld.org/evolved music.git music +#gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} music.git music cd tools/update diff --git a/.tools/imagemagiccheck.sh b/.tools/imagemagiccheck.sh index 34621cdd..187af48a 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://git.themanaworld.org/evolved tools.git tools +gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools cd tools/CI/imagescheck diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh index ba2be45f..91d8cda7 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://git.themanaworld.org/evolved tools.git tools +gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools cd tools/CI/licensecheck diff --git a/.tools/testxml.sh b/.tools/testxml.sh index a0dc16b3..284c7ca3 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://git.themanaworld.org/evolved tools.git tools +gitclone ${CI_SERVER_URL}/${CI_PROJECT_NAMESPACE} tools.git tools cd tools/CI/testxml -- cgit v1.2.3-60-g2f50