[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] trbo health check: detect problems with apt repository signatures

Holger Levsen (@holger) gitlab at salsa.debian.org
Sat Dec 3 12:43:24 GMT 2022



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


Commits:
b800b755 by Holger Levsen at 2022-12-03T13:43:11+01:00
trbo health check: detect problems with apt repository signatures

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

- - - - -


1 changed file:

- bin/reproducible_system_health.sh


Changes:

=====================================
bin/reproducible_system_health.sh
=====================================
@@ -285,6 +285,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
 				small_note "diffoscope failed with exit code 2"
 			elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
 				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 -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/b800b7555ba63197bd9cc5ac4d51e47abe1fe225

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


More information about the Qa-jenkins-scm mailing list