diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-11-12 16:27:46 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-12 17:39:20 +0100 |
commit | 0d207593a11815b07163eb57ecbb7be1053696b3 (patch) | |
tree | e2d7d7da20ba32b6d80c5ba336d618c66ff41300 | |
parent | 31b54cd2506232f06e21db4d7fc31409549271b9 (diff) | |
download | jenkins.debian.net-0d207593a11815b07163eb57ecbb7be1053696b3.tar.xz |
update_jdn: install debootstrap from jessie-backports (#837649 is not fixed in jessie proper)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-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 36ef2a6e..321bbb2a 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -220,7 +220,6 @@ if [ -f /etc/debian_version ] ; then bc bsd-mailx curl - debootstrap devscripts eatmydata etckeeper @@ -443,6 +442,7 @@ if [ -f /etc/debian_version ] ; then $UP2DATE || sudo apt-get update $UP2DATE || sudo apt-get install $DEBS $MASTERDEBS $UP2DATE || sudo apt-get install -t jessie-backports \ + debootstrap \ pbuilder lintian || echo "this should only fail on the first install" # botch # we need mock from bpo to build current fedora |