Commit b800b755 authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect problems with apt repository signatures

parent 7101f5c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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