]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
build_debs.sh: Partial fix for building arch independent packages
authorGary Lowell <gary.lowell@inktank.com>
Fri, 14 Dec 2012 18:05:54 +0000 (10:05 -0800)
committerGary Lowell <gary.lowell@inktank.com>
Fri, 14 Dec 2012 18:05:54 +0000 (10:05 -0800)
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

index 872eceae1aab174e533f4550c09649ebe93072ab..f19885a886fc75f3864b68a0698fa05ce78242dc 100755 (executable)
@@ -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