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