Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jenkins.debian.net
Manage
Activity
Members
Labels
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian QA
jenkins.debian.net
Commits
666abffa
Commit
666abffa
authored
2 years ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
trbo health check: detect files with bad permissions found
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
4df1204e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/reproducible_system_health.sh
+3
-1
3 additions, 1 deletion
bin/reproducible_system_health.sh
with
3 additions
and
1 deletion
bin/reproducible_system_health.sh
+
3
−
1
View file @
666abffa
...
...
@@ -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
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment