From 299b38bd5dda1e37cd894a2907605c58b19b4f64 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 4 Jan 2023 15:59:08 -0300 Subject: Forcefully introduce the standardized CI to client-data --- .tools/licensecheck.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 .tools/licensecheck.sh (limited to '.tools/licensecheck.sh') diff --git a/.tools/licensecheck.sh b/.tools/licensecheck.sh new file mode 100755 index 00000000..ba2be45f --- /dev/null +++ b/.tools/licensecheck.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +source ./.tools/init.sh + +clientdata_init + +aptget_update +aptget_install git-core gcc ca-certificates grep +rm -rf tools +gitclone https://git.themanaworld.org/evolved tools.git tools + +cd tools/CI/licensecheck + +./clientdata.sh >license.log +check_error $? + +export RES=$(cat license.log) +if [[ -n "${RES}" ]]; then + echo "Detected missing licenses." + cat license.log + echo "Estimated total missing licenses:" + wc -l license.log + exit 1 +fi -- cgit v1.2.3-70-g09d2