[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: health_check: include the running kernel version when reporting multiple kernel installed in /boot
Mattia Rizzolo
mattia at debian.org
Wed Oct 18 05:19:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository jenkins.debian.net.
commit 3b8f210d769e3dd7eeaee5cddab8b9348929b397
Author: Mattia Rizzolo <mattia at debian.org>
Date: Wed Oct 18 07:19:20 2017 +0200
reproducible: health_check: include the running kernel version when reporting multiple kernel installed in /boot
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
bin/reproducible_node_health_check.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index d10029b..2ccf57f 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -121,6 +121,7 @@ if [ "$(lsb_release -si)" = "Ubuntu" ] ; then
echo "Warning, more than one kernel in /boot:"
ls -lart /boot/vmlinuz-*
df -h /boot
+ echo "Running kernel: $(uname -r)"
DIRTY=true
fi
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list