Loading bin/reproducible_system_health.sh +3 −1 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2021-2022 Holger Levsen <holger@layer-acht.org> # Copyright 2021-2023 Holger Levsen <holger@layer-acht.org> # released under the GPLv2 ### Loading Loading @@ -261,6 +261,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do small_note "make release failed" elif $(grep -E -q "ERROR: tools/.* failed to build" $LOG) ; then small_note "make tools failed" elif $(grep -E -q "ERROR: target/.* failed to build" $LOG) ; then small_note "some target failed" elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then small_note "no packages were upgraded" elif $(grep -q "CRITICAL: Unknown exception found" $LOG) ; then Loading Loading
bin/reproducible_system_health.sh +3 −1 Original line number Diff line number Diff line #!/bin/bash # vim: set noexpandtab: # Copyright 2021-2022 Holger Levsen <holger@layer-acht.org> # Copyright 2021-2023 Holger Levsen <holger@layer-acht.org> # released under the GPLv2 ### Loading Loading @@ -261,6 +261,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do small_note "make release failed" elif $(grep -E -q "ERROR: tools/.* failed to build" $LOG) ; then small_note "make tools failed" elif $(grep -E -q "ERROR: target/.* failed to build" $LOG) ; then small_note "some target failed" elif $(grep -q "^Errors occurred, no packages were upgraded." $LOG) ; then small_note "no packages were upgraded" elif $(grep -q "CRITICAL: Unknown exception found" $LOG) ; then Loading