Commit 6cbac8da authored by Holger Levsen's avatar Holger Levsen
Browse files

jenkins nodes: don't try to install a bookworm-backports kernel on infom08 which is running trixie

parent c03f53db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -683,7 +683,6 @@ if [ -f /etc/debian_version ] ; then
		if [ "$HOSTNAME" = "ionos5-amd64" ] || [ "$HOSTNAME" = "ionos15-amd64" ] \
			|| [ "$HOSTNAME" = "osuosl2-amd64" ] \
			|| [ "$HOSTNAME" = "infom02-amd64" ] \
			|| [ "$HOSTNAME" = "infom08-i386" ] \
			|| [ "$HOSTNAME" = "jenkins" ] ; then
			sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...
			: