[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible system health: add more debug output
    Holger Levsen 
    gitlab at salsa.debian.org
       
    Thu May 14 13:17:24 BST 2020
    
    
  
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
74533631 by Holger Levsen at 2020-05-14T14:17:11+02:00
reproducible system health: add 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
=====================================
@@ -70,6 +70,7 @@ for JOB in reproducible_* ; do
 		esac
 		if [ $MODIFIER -eq 0 ] ; then
 			# skip silently, ignore those jobs
+			let INPUTS-=1
 			continue
 		elif [ $MODIFIER -eq 1 ] ; then
 			echo "  failed job: $JOB"
@@ -79,7 +80,9 @@ for JOB in reproducible_* ; do
 			echo "$MODIFIER|   <li><a href=\"https://jenkins.debian.net/job/$JOB/\">$JOB</a> <em>($MODIFIER)</em></li>" >> $FAILED_JOBS
 		fi
 		let SCORE-=$MODIFIER
-		:
+	fi
+	if $DEBUG ; then
+		echo SCORE=$SCORE
 	fi
 done
 echo "$(date -u) - data gathered, raw score is $SCORE."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/74533631a457fc816bff0806d19f1153faf078d6
-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/74533631a457fc816bff0806d19f1153faf078d6
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/20200514/00ac376d/attachment-0001.html>
    
    
More information about the Qa-jenkins-scm
mailing list