Skip to content
Snippets Groups Projects
Commit 666abffa authored by Holger Levsen's avatar Holger Levsen
Browse files

trbo health check: detect files with bad permissions found


Signed-off-by: default avatarHolger Levsen <holger@layer-acht.org>
parent 4df1204e
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,9 @@ for JOB_NAME in $(ls -1d reproducible_* | sort ) ; do
elif $(grep -q "^Warning: The following builds have failed due to diffoscope schroot problems and will be rescheduled now:" $LOG) ; then
small_note "found and rescheduled build failures due to diffoscope schroot problems"
elif $(grep -E -q "Warning: lb build failed with .* The latest snapshot might not be complete \(yet\)." $LOG) ; then
small_note "live build encountered an incomplete snapshot stamp."
small_note "live build encountered an incomplete snapshot stamp"
elif $(grep -q "Warning: Found files with bad permissions" $LOG) ; then
small_note "files with bad permissions found"
fi
if ! $SUSPECT ; then
echo "1|$JOB_NAME|$JOB_URL|true|$NOTE" >> ${UNSTABLE_JOBS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment