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

Jari

>> 
>> > I vaguely remember using $@ at first but --debbuildops expecting
>> > a single word. So I'd rather keep the existing syntax (except you have a
>> > case where that fails).
>> 
>> Those are all covered by "$@" whcih properly preserves the words that
>> the user supplied. Taking your example, I believe this is correct with
>> "$@":
>> 
>>   git-pbuilder "all the debbuildops options here" \
>>     --buildsourceroot "My Tempdir" \
>>     --debsign-k "Mr Foo"
>> 
>> Jari
>> 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to