summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-10 13:13:58 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-10 13:13:58 +0100
commitee622308fb39d78d822e9b888f15a5692c13bd5e (patch)
tree3afc32735110bd9c9833e4d4ad2ffc777972ebf9 /update_jdn.sh
parentf5d1b9348320151ec834a21c9c801c126c4aef45 (diff)
downloadjenkins.debian.net-ee622308fb39d78d822e9b888f15a5692c13bd5e.tar.xz
reproducible Debian: update comment about kernels on i386 build nodes to make it less confusing
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index d3ea9f36..36ef2a6e 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -451,7 +451,7 @@ if [ -f /etc/debian_version ] ; then
|| echo "this should only fail on the first install"
fi
# for varying kernels
- # we use bpo kernels on pb-build5+6+15+16 (and i386 kernel on pb-build2-i386)
+ # we use bpo kernels on pb-build5+6+15+16 (and the default i386 kernel on pb-build2+12-i386)
if [ "$HOSTNAME" = "profitbricks-build5-amd64" ] || [ "$HOSTNAME" = "profitbricks-build6-i386" ] || \
[ "$HOSTNAME" = "profitbricks-build15-amd64" ] || [ "$HOSTNAME" = "profitbricks-build16-i386" ] ; then
$UP2DATE || sudo apt-get install -t jessie-backports linux-image-amd64 || echo "this should only fail on the first install"