On Mon, Aug 27, 2007 at 01:04:35AM +0300, Jari Aalto wrote: > Guido Guenther <[EMAIL PROTECTED]> writes: > > > Hi, > > On Sun, Aug 26, 2007 at 06:08:27PM +0300, Jari Aalto wrote: > > > >> I use --buildresult .... and that wasn't possible with current "$*" > > Now I see, you're looking for a way to pass options on to _pbuilder_. > > The current git-pbuilder is _supposed_ to pass all options on to > > --debbuildoptions and none to pbuilder. You're basically looking for > > a way to do: > > > > git-buildpackage [debbuildopts] [pbuilderopts] > > > > right? > > Yes, That's why the "$@" suggestion, which I believe serves both Unfortunately not if you expect this to work:
git-buildpackage -uc -us You'd have to use git-buildpackage "-uc -us". So you can't switch the builder (e.g. with and without pbuilder) without changeing the commandline, which is bad for scripts - what about: PBUILDER_OPTS="foo bar" git-buildpacagek --uc -us Adding this would be trivial and more robust - would that be o.k.? Cheers, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]