[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: relax regex fto detect diffoscope detecting issues

Holger Levsen (@holger) gitlab at salsa.debian.org
Tue Nov 30 17:31:21 GMT 2021



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


Commits:
35ddfeff by Holger Levsen at 2021-11-30T18:30:59+01:00
trbo health check: relax regex fto detect diffoscope detecting issues

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -210,7 +210,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			small_note "issues affecting the http(s) proxy used"
 		elif $(grep -E -q "^(W|E): diffoscope" $LOG) ; then
 			small_note "lintian issues in src:diffoscope"
-		elif $(grep -q "^Warning: diffoscope detected differences in the images" $LOG) ; then
+		elif $(grep -q "Warning: diffoscope detected differences in the images" $LOG) ; then
 			small_note "diffoscope detected differences in the images"
 		elif $(grep -E -q "UserWarning: .* is running against .* this may cause problems" $LOG) ; then
 			small_note "python library warning during build"



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/35ddfeff157ead30b2adc20c694a06cd1d530a42
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/20211130/048877d1/attachment.htm>


More information about the Qa-jenkins-scm mailing list