From b1ca2c15f8a3b25fd13755aca7d410faa5b2b737 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 6 Apr 2014 16:22:46 +0200 Subject: --do-as-i-say --- bin/chroot-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index 1e458de7..e567ff9a 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -87,7 +87,8 @@ $SCRIPT_HEADER cd /testrun if [ -f debian/control ] ; then # install build-depends - apt-get -y install build-essential devscripts + echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/23jenkins + apt-get install build-essential devscripts mk-build-deps -ir fi $@ -- cgit v1.2.3-54-g00ecf