diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-15 03:02:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-15 03:02:27 +0200 |
commit | ac64369e944795caedbdcec81106c25f8d3f6204 (patch) | |
tree | 88e62b594e00cf226e9110c9a821159d8f6e7596 | |
parent | 96bf46a3a5b88802e5c27a18e38cbcdbb126e3f9 (diff) | |
download | jenkins.debian.net-ac64369e944795caedbdcec81106c25f8d3f6204.tar.xz |
install lintian from jessie-backports, we want the latest
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 44fa19a6..c70c571e 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -354,7 +354,7 @@ if [ -f /etc/debian_version ] ; then sudo apt-get update sudo apt-get install $DEBS $MASTERDEBS sudo apt-get install -t jessie-backports \ - pbuilder || echo "this should only fail on the first install" + pbuilder lintian || echo "this should only fail on the first install" # botch # for varying kernels # we use bpo kernels on pb-build5+6 (and i386 kernel on pb-build2-i386) |