Skip to content
Snippets Groups Projects
Commit 50300712 authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect dpkg failures


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 666abffa
No related branches found
No related tags found
No related merge requests found
......@@ -273,6 +273,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
small_note "live builds failed, both using current and older snapshots."
elif $(grep -E -q "^building build_cdrom_.* failed, see log file" $LOG) ; then
small_note "d-i cdrom build failed."
elif $(grep -q "^E: Sub-process /usr/bin/dpkg returned an error code" $LOG) ; then
small_note "dpkg failed"
elif $(grep -q "^SSH EXIT CODE:" $LOG) ; then
if $(grep -q "^Timeout, server .*.debian.net not responding." $LOG) || \
$(grep -q "^packet_write_wait: Connection to .*: Broken pipe" $LOG) ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment