Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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...
:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment