[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible system health: more debug output
    Holger Levsen 
    gitlab at salsa.debian.org
       
    Wed May 13 12:14:39 BST 2020
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e741ba01 by Holger Levsen at 2020-05-13T13:14:31+02:00
reproducible system health: more debug output
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_system_health.sh
Changes:
=====================================
bin/reproducible_system_health.sh
=====================================
@@ -14,7 +14,7 @@
 ###
 ###
 
-DEBUG=false
+DEBUG=true
 . /srv/jenkins/bin/common-functions.sh
 common_init "$@"
 # common code for tests.reproducible-builds.org
@@ -82,6 +82,7 @@ for JOB in reproducible_* ; do
 		:
 	fi
 done
+echo "$(date -u) - data gathered, raw score is $SCORE."
 # represent data
 if [ $SCORE -lt 0 ] ; then SCORE=0 ; fi
 STATUS=$(echo "scale=3 ; $SCORE / ( $INPUTS * 3 ) * 255" | bc | cut -d '.' -f1)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e741ba01f3c485ff495c643d341e5d0a8e22deaa
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e741ba01f3c485ff495c643d341e5d0a8e22deaa
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20200513/bf5d4a98/attachment.html>
    
    
More information about the Qa-jenkins-scm
mailing list