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