[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: only report the first uninstallable package set

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Aug 24 09:57:02 BST 2022



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


Commits:
c69cb969 by Holger Levsen at 2022-08-24T10:56:52+02:00
trbo health check: only report the first uninstallable package set

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -141,7 +141,7 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 			elif $(grep -E -q "could not (download|determine) PureOS" $LOG) ; then
 				small_note "problem with PureOS pkg set"
 			elif $(grep -q "Warning: dose-deb-coinstall cannot calculate" $LOG) ; then
-				PKG_SET_PROBLEM=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f3-11 | cut -d '.' -f1 || true)
+				PKG_SET_PROBLEM=$(grep "Warning: dose-deb-coinstall cannot calculate" $LOG | cut -d "'" -f2 | cut -d ' ' -f3-11 | cut -d '.' -f1 | head -1 || true)
 				small_note "$PKG_SET_PROBLEM"
 			fi
 		# only show the most severe problem, don't aggregate them



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/c69cb9691ff595d723a4658a6cb65263326a51eb
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/20220824/41678eec/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list