On Sun, May 28, 2017 at 01:38:30PM -0700, Russ Allbery wrote: > I use git-buildpackage for all of my package building, and one reason why > is that I deeply dislike the default Debian behavior of cluttering the > parent directory with random package build files. git-buildpackage has > always supported configuring a build directory (../build-area appears to > be common) to use for build output, where it doesn't clutter directory > listings and can easily be purged after successful uploads. > > It looks like dgit doesn't support this.
I believe that Ian's intention is that the build tool should be
configured to put build products somewhere else, and then dgit should be
told where they are using --build-products-dir. I.e. you have
~/.gbp.conf telling gbp where to put build products, and then
% dgit --build-products-dir ~/foo gbp-build
Of course, it really should be possible to set a permanent
--build-products-dir in ~/.gitconfig. That's #857316.
Does this fulfill your feature request? If so, this bug should be
merged with #857316.
--
Sean Whitton
signature.asc
Description: PGP signature

