]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
build_debs.sh: Partial fix for building arch independent packages.
authorGary Lowell <glowell@inktank.com>
Mon, 17 Dec 2012 05:55:29 +0000 (21:55 -0800)
committerGary Lowell <glowell@inktank.com>
Mon, 17 Dec 2012 05:55:29 +0000 (21:55 -0800)
commitd80f78adcb28a2c60fd79895f4f5c63d999b457d
tree20c821d709e420588483ddff648fd1b67c5df660
parentc6cdcd43d81d2eeb80f515c8941e1aee6dfb57ff
build_debs.sh:  Partial fix for building arch independent packages.

We only want to build the architecture independent packages once.
The i386 platform has been picked for that, and by convention there
should only be one i386 host in the deb_hosts list.  For this host
the -b option is supplied in debbuildopts which builds the binary
(No source) version of arch dependent and independent packages.  For
all other hosts the pbuilder --binary-arch flag is supplied which
builds binary arch dependent packages only.
build_debs.sh