Commit af6de23d authored by Holger Levsen's avatar Holger Levsen
Browse files

reproducible system health: detect unmet dependencies (usually with live-builds)

parent 1ee79e35
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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}