On Sun, Feb 19, 2017 at 08:56:41PM -0500, Frédéric Brière wrote:
> Package: git-buildpackage
> Version: 0.8.12.2
> Severity: wishlist
> 
> git-pbuilder unconditionally issues a "set -x" before invoking the
> builder; since this outputs to stderr, this makes it rather difficult to
> perform a silent run (such as in a cron job) without discarding any
> error message.

That's a good point. I'd rather print the the command on stdout but then
we'd need to make sure we're not subject to any quoting so it's 1:1
identical, the joys of shell.
Let's disable the output by defualt and trigger it by
GIT_PBUILDER_DEBUG. This allows us to have more verbose output in the
future. Fix pushed to git.
Cheers,
 -- Guido

Reply via email to