From 3033ea712102f7f18cee1d17a10142e1042d5d94 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 26 Oct 2014 11:09:10 +0100 Subject: d-i-build: only build binary packages as sometimes we cannot download the orig.tar and then source 3.0 packages would be unhappy --- bin/d-i_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/d-i_build.sh') diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index 879da51d..14d8d75f 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -53,10 +53,10 @@ pdebuild_package() { fi # # - # build + # build (binary packages only, as sometimes we cannot get the upstream tarball...) # NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l) - pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU" + pdebuild --use-pdebuild-internal --debbuildopts "-j$NUM_CPU -b" # cleanup SOURCE=$(grep "^Source: " debian/control |cut -d " " -f2) sudo dcmd rm /var/cache/pbuilder/result/${SOURCE}_*changes -- cgit v1.2.3-70-g09d2