From 6d0a6f8b0b945e08fff620ddc06ef029fbff877e Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Fri, 14 Dec 2012 10:05:54 -0800 Subject: [PATCH] build_debs.sh: Partial fix for building arch independent packages Removed the -b option passed with --debbuildopts option to pbuilder. The -b conflicts with the --binary-arch option when it is used causing pbuilder to build arch indpendent packages when it shouldn't. --- build_debs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_debs.sh b/build_debs.sh index 872eceae..f19885a8 100755 --- a/build_debs.sh +++ b/build_debs.sh @@ -44,7 +44,7 @@ do --distribution $dist \ --basetgz $pbuilddir/$dist.tgz \ --buildresult $releasedir/$cephver \ - --debbuildopts "-j`grep -c processor /proc/cpuinfo` -b" \ + --debbuildopts "-j`grep -c processor /proc/cpuinfo`" \ $releasedir/$cephver/ceph_$bpvers.dsc done -- 2.39.5