diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chroot-run.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/chroot-run.sh b/bin/chroot-run.sh index ac84614c..d4f6decd 100755 --- a/bin/chroot-run.sh +++ b/bin/chroot-run.sh @@ -93,12 +93,11 @@ run() { cat > $CHROOT_TARGET/tmp/chroot-testrun <<-EOF $SCRIPT_HEADER cd /tmp/testrun -apt-get -y install git +echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/23jenkins +apt-get install build-essential devscripts git if [ -f debian/control ] ; then cat debian/control # install build-depends - echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/23jenkins - apt-get install build-essential devscripts mk-build-deps -ir fi $@ |