summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.tools/contributors.sh2
-rwxr-xr-x.tools/deploy.sh4
-rwxr-xr-x.tools/imagemagiccheck.sh2
-rwxr-xr-x.tools/licensecheck.sh2
-rwxr-xr-x.tools/testxml.sh2
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