[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible: use bpo kernel on pb-build2-amd64
Holger Levsen
holger at moszumanska.debian.org
Sat Oct 3 18:06:39 UTC 2015
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 8f4be4f58ee77942efc5677e88270303ffb3cb31
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Oct 3 20:05:30 2015 +0200
reproducible: use bpo kernel on pb-build2-amd64
---
update_jdn.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/update_jdn.sh b/update_jdn.sh
index fb61d96..9d53458 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -240,6 +240,10 @@ if [ -f /etc/debian_version ] ; then
sudo apt-get install -t jessie-backports \
pbuilder
# botch
+ # to vary kernels
+ if [ "$HOSTNAME" = "profitbricks-build2-amd64" ] ; then
+ sudo apt-get install -t jessie-backports linux-image-amd64
+ fi
explain "packages installed."
else
explain "no new packages to be installed."
--
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