[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: fix regex to correctly detect lintian issues in diffoscope builds

Holger Levsen gitlab at salsa.debian.org
Sun Mar 28 11:31:16 BST 2021



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
fda0dd53 by Holger Levsen at 2021-03-28T12:30:01+02:00
trbo health check: fix regex to correctly detect lintian issues in diffoscope builds

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -196,7 +196,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			fi
 		elif $(grep -q "^Warning: no .buildinfo exists" $LOG) ; then
 			small_note ".buildinfo not available"
-		elif $(grep -E -q "^(W|E): diffoscope " $LOG) ; then
+		elif $(grep -E -q "^(W|E): diffoscope" $LOG) ; then
 			small_note "lintian issues in src:diffoscope"
 		fi
 		if ! $SUSPECT ; then



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fda0dd533fb690398d2fcec00b4c934c1992d2bc

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/fda0dd533fb690398d2fcec00b4c934c1992d2bc
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/20210328/c47b8f7a/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list