On Fri, Jul 27, 2018 at 01:52:35PM +0800, Sean Whitton wrote:
> Please provide a command line option to override the pbuilderc option
> SOURCE_ONLY_CHANGES=yes.  I suggest --no-source-only-changes.

Implemented in git.

> For the time being, dgit's docs are going to include a warning to users
> that they should set SOURCE_ONLY_CHANGES=no when using `dgit pbuilder`.

You could also inject it like this (untested atm, but you get the idea):

    pbuilder build --configfile =(echo SOURCE_ONLY_CHANGES=no) ....

Now, that's zsh and you can't do so easily in bash (`<(foo)` is not
enough, it really wants a file that bash can source), but you
should be able to provide a temporary file yourself as well.

-- 
regards,
                        Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540      .''`.
more about me:  https://mapreri.org                             : :'  :
Launchpad user: https://launchpad.net/~mapreri                  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-

Attachment: signature.asc
Description: PGP signature

Reply via email to