Loading bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -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 Loading