Hi, On Fri, Dec 01, 2017 at 02:22:15PM +1100, Ben Finney wrote: > On 19-Nov-2017, Guido Günther wrote: > > dug this one out again since I really would like to see this adressed > > and I'm still unsure if we really need to do something: > > Thank you for returning to this. I also want this to be addressed to > completion. > > > So this looks like bzr-buildpackage is calling > > > > debuild -S > > > > after assembling the overlay. Wouldn't that be equivalent of calling > > > > gbp buildpackage --git-postexport="debuild -S" … > > > > If this works we could update the documentation (which at the moment > > doesn't talk about --git-overlay at all). > > On the manual pages ‘gbp(1)’ and ‘gbp.conf(5)’ I can't see the > ‘--git-postexport’ option described. Where is that documented?
man gbp-buildpackage has --git-postexport=COMMAND Execute COMMAND after exporting the source tree - valid only if --git-export-dir has been specified. Exported environment variables are: GBP_GIT_DIR (the repository the package is being built from), GBP_TMP_DIR (the temporary directory where the sources have been initially exported). Cheers, -- Guido > > -- > \ “One time a cop pulled me over for running a stop sign. He | > `\ said, ‘Didn't you see the stop sign?’ I said, ‘Yeah, but I | > _o__) don't believe everything I read.’” —Steven Wright | > Ben Finney <b...@benfinney.id.au>