[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fixup perms on /boot/vmlinuz-* on arm64 Ubuntu nodes
Holger Levsen
holger at layer-acht.org
Fri Oct 27 08:29:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit df737674b36dc34b547498357e6027bbe9766717
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Oct 27 10:29:50 2017 +0200
reproducible Debian: fixup perms on /boot/vmlinuz-* on arm64 Ubuntu nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
update_jdn.sh | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index bad2d2f..542a5b9 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -94,6 +94,17 @@ case $HOSTNAME in
*) ;;
esac
+# ubuntu decided to change kernel perms in the middle of LTS…
+case $HOSTNAME in
+ codethink-sled*)
+ # fixup perms
+ sudo chmod +r /boot/vmlinuz-*
+ ;;
+ *) ;;
+esac
+
+
+
#
# set up users and groups
#
--
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