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

reproducible system health: detect failures due to 503 Service Unavailable

parent 75526062
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -314,6 +314,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
				small_note "git clone failed"
			elif $(grep -q "^fatal: unable to access 'https://salsa.debian.org" $LOG) ; then
				small_note "salsa.d.o is not responding"
			elif $(grep -q "^<title>503 Service Unavailable</title>" $LOG) ; then
				small_note "503 Service Unavailable"
			elif $(grep -q "Error: Something went wrong." $LOG) ; then
				small_note "unspecific live-build failure"
			else