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

trbo health check: detect apt failures due to broken dependencies

parent 71fa5454
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -235,6 +235,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
				small_note "node stopped responding"
			elif $(grep -q "^unsupported host, exiting." $LOG) ; then
				small_note "unsupported host (hostname changed?)"
			elif $(grep -q "^E: Unmet dependencies." $LOG) ; then
				small_note "apt failed: broken dependencies"
			else
				small_note "generic SSH failure"
			fi