Loading bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -238,6 +238,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do small_note "found and rescheduled build failures due to diffoscope schroot problems" elif $(grep -q "Warning: Found files with bad permissions" $LOG) ; then small_note "files with bad permissions found" elif $(grep -q "The following packages have unmet dependencies:" $LOG) ; then small_note "packages with unmet dependencies" fi if ! $SUSPECT ; then echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS} Loading Loading
bin/reproducible_system_health.sh +2 −0 Original line number Diff line number Diff line Loading @@ -238,6 +238,8 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do small_note "found and rescheduled build failures due to diffoscope schroot problems" elif $(grep -q "Warning: Found files with bad permissions" $LOG) ; then small_note "files with bad permissions found" elif $(grep -q "The following packages have unmet dependencies:" $LOG) ; then small_note "packages with unmet dependencies" fi if ! $SUSPECT ; then echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS} Loading