Re: [git-buildpackage] [PATCH] doc: expand --git-pbuilder-options docs

2017-08-11 Thread Ken Dreyer
Thank you! On Fri, Aug 11, 2017 at 3:29 PM, Guido Günther wrote: > Hi, > On Fri, Aug 11, 2017 at 02:51:53PM -0600, Ken Dreyer wrote: >> Give an example of how to use the --git-pbuilder-options option, and >> explain how it interacts with git-pbuilder. >> --- >>

Re: [git-buildpackage] [PATCH] doc: expand --git-pbuilder-options docs

2017-08-11 Thread Guido Günther
Hi, On Fri, Aug 11, 2017 at 02:51:53PM -0600, Ken Dreyer wrote: > Give an example of how to use the --git-pbuilder-options option, and > explain how it interacts with git-pbuilder. > --- > docs/manpages/gbp-buildpackage.sgml | 15 ++- > 1 file changed, 14 insertions(+), 1 deletion(-)

[git-buildpackage] [PATCH] doc: expand --git-pbuilder-options docs

2017-08-11 Thread Ken Dreyer
Give an example of how to use the --git-pbuilder-options option, and explain how it interacts with git-pbuilder. --- docs/manpages/gbp-buildpackage.sgml | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/manpages/gbp-buildpackage.sgml

Re: [git-buildpackage] [PATCH] doc: expand --git-pbuilder-options docs

2017-08-11 Thread Guido Günther
Hi Ken, On Fri, Aug 11, 2017 at 11:04:45AM -0600, Ken Dreyer wrote: > Give an example of how to use the --git-pbuilder-options option, and > explain how it interacts with git-pbuilder. > --- > docs/manpages/gbp-buildpackage.sgml | 8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > >

[git-buildpackage] how can I use an alternate pbuilderrc with gbp?

2017-08-11 Thread Ken Dreyer
Currently "gbp buildpackage" reads my ~/.pbuilderrc. What is the best way to make it read an alternate (arbitrary) file? Something like /tmp/my/own/pbuilderrc I see there is a "--configfile" option to pbuilder, but I am not sure how to use it with "gbp buildpackage" ? I've tried a couple