]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
When pbuilder works for i386, include the making of the source package.
authorLoic Dachary <loic@dachary.org>
Fri, 11 Jan 2013 10:15:14 +0000 (11:15 +0100)
committerGary Lowell <glowell@inktank.com>
Tue, 22 Jan 2013 06:20:33 +0000 (22:20 -0800)
Otherwise it won't be uploaded to the reprepro repository at all and
apt-get source ceph fails.
closes #3788
http://tracker.newdream.net/issues/3788

Signed-off-by: Loic Dachary <loic@dachary.org>
build_debs.sh

index 12642d6b3a78298e27f75ff8740f56eb1b2ee1e8..d96401ce83066f91e8a762a52b91af2aa2c9f849 100755 (executable)
@@ -41,12 +41,12 @@ do
 
     echo building debs for $dist
     if [ `dpkg-architecture -qDEB_BUILD_ARCH` = "i386" ] ; then
-        #  Binary only architecture dependent and independent
+        #  Architecture dependent, independent and source
         pbuilder build \
             --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
     else
         #  Binary only architecture dependent