[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian system health: detect broken dependencies when building live images

Holger Levsen (@holger) gitlab at salsa.debian.org
Wed Jun 28 18:03:51 BST 2023



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


Commits:
1a8840b7 by Holger Levsen at 2023-06-28T19:03:37+02:00
reproducible Debian system health: detect broken dependencies when building live images

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -299,6 +299,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "apt failed: broken dependencies"
 			elif $(grep -E -q "^E: The repository.*is not signed." $LOG) ; then
 				small_note "problem with apt repository signature"
+			elif $(grep -E -q "^E: Unable to correct problems, you have held broken packages." $LOG) ; then
+				small_note "uninstallable dependencies"
 			elif $(grep -q "^error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504" $LOG) ; then
 				small_note "git clone failed"
 			elif $(grep -q "Error: Something went wrong." $LOG) ; then



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/1a8840b77b1bee99748d387735c70c4fafc82ac4
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/20230628/21fe5826/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list