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
ce46c6e1
Commit
ce46c6e1
authored
1 year ago
by
Holger Levsen
Browse files
Options
Downloads
Patches
Plain Diff
jenkins nodes maintenance: issue warning if apt has updates to install
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
c7f0721c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/reproducible_maintenance.sh
+1
-0
1 addition, 0 deletions
bin/reproducible_maintenance.sh
logparse/reproducible.rules
+1
-0
1 addition, 0 deletions
logparse/reproducible.rules
with
2 additions
and
0 deletions
bin/reproducible_maintenance.sh
+
1
−
0
View file @
ce46c6e1
...
...
@@ -892,6 +892,7 @@ fi
#
# checking for system updates
#
sudo
apt-get update
if
[
$(
apt list
--upgradable
2>/dev/null |
wc
-l
)
-gt
1
]
;
then
echo
"Warning: there are packages to be upgraded on this system."
apt list
--upgradable
2>/dev/null
...
...
This diff is collapsed.
Click to expand it.
logparse/reproducible.rules
+
1
−
0
View file @
ce46c6e1
...
...
@@ -37,6 +37,7 @@ warning /Warning: .+ has wrong MTU, please tell the jenkins admins to fix this./
warning /Warning: Problems analysing/
warning /Warning: .+ .xiting cleanly as this is out-of-scope./
warning /Warning: Cannot determine diffoscope version in Debian, aborting./
warning /Warning: there are packages to be upgraded on this system./
# If an artifact is created, show it as info
info /- enjoy https:/
...
...
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