summaryrefslogtreecommitdiff
path: root/.tools/contributors.sh
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-11-29 18:20:42 +0000
committerJesusaves <cpntb1@ymail.com>2020-11-29 18:20:42 +0000
commitb6c6d43f0cb906efbd66819250d46d30db73f8ed (patch)
tree459e2ac8757c5f6cffb1aaa30b320cec01a34ddd /.tools/contributors.sh
parent7893acec80a7bb1bb18aa7277b2dbaac12ca4835 (diff)
parent5f2d890137a8f634332533a6a7eb1700b7696650 (diff)
downloadclientdata-b6c6d43f0cb906efbd66819250d46d30db73f8ed.tar.gz
clientdata-b6c6d43f0cb906efbd66819250d46d30db73f8ed.tar.bz2
clientdata-b6c6d43f0cb906efbd66819250d46d30db73f8ed.tar.xz
clientdata-b6c6d43f0cb906efbd66819250d46d30db73f8ed.zip
Merge branch 'jesusalva/sillytest' into 'master'
Remove the Contributors CI test See merge request evol/clientdata!181
Diffstat (limited to '.tools/contributors.sh')
-rwxr-xr-x.tools/contributors.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/.tools/contributors.sh b/.tools/contributors.sh
deleted file mode 100755
index 487c3cb4..00000000
--- a/.tools/contributors.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-source ./.tools/init.sh
-
-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
-
-cd tools/contrib_xsl
-
-make about-server
-check_error $?
-
-cd ../../clientdata
-
-export RES=$(git diff)
-if [[ -n "${RES}" ]]; then
- echo "Contributors list not updated"
- git diff
- exit 1
-fi