[Git][qa/jenkins.debian.net][master] fix syntax: jenkins: install bpo kernel on jenkins trying to address #1052257
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Sep 27 20:39:57 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
288ef145 by Holger Levsen at 2023-09-27T21:39:42+02:00
fix syntax: jenkins: install bpo kernel on jenkins trying to address #1052257
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- update_jdn.sh
Changes:
=====================================
update_jdn.sh
=====================================
@@ -629,7 +629,7 @@ if [ -f /etc/debian_version ] ; then
# - we use bpo kernels on osuosl2 and ionos5+15 (and the default amd64 kernel on ionos6+16-i386)
# - this is done as a seperate step as bpo kernels are frequently uninstallable when upgraded on bpo
if [ "$HOSTNAME" = "ionos5-amd64" ] || [ "$HOSTNAME" = "ionos15-amd64" ] \
- || [ "$HOSTNAME" = "osuosl2-amd64" ] ; then
+ || [ "$HOSTNAME" = "osuosl2-amd64" ] \
|| [ "$HOSTNAME" = "jenkins" ] ; then
sudo apt install linux-image-amd64/bookworm-backports || true # backport kernels are frequently uninstallable...
:
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/288ef145b29e1a4dc8f50c1f282506fa884e376b
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/288ef145b29e1a4dc8f50c1f282506fa884e376b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230927/2d10ea02/attachment.htm>
More information about the Qa-jenkins-scm
mailing list