2012-10-21 22:36:01

by Cruz Julian Bishop

[permalink] [raw]
Subject: Quick question: Maintainers for scripts

Hi everyone,

I was just wondering - Since (last time I looked, anyway),
/scripts/* has no maintainer, who would I send patches to?

Would I just send them to the mailing list, or is there a
sort of catch-all maintainer for things like this?

Thanks in advance, and sorry if this is already answered :)

~Cruz


2012-10-22 01:37:53

by Cong Wang

[permalink] [raw]
Subject: Re: Quick question: Maintainers for scripts

On Mon, Oct 22, 2012 at 6:35 AM, Cruz Julian Bishop
<[email protected]> wrote:
> Hi everyone,
>
> I was just wondering - Since (last time I looked, anyway),
> /scripts/* has no maintainer, who would I send patches to?
>
> Would I just send them to the mailing list, or is there a
> sort of catch-all maintainer for things like this?
>

[email protected]

2012-10-22 01:44:26

by Randy Dunlap

[permalink] [raw]
Subject: Re: Quick question: Maintainers for scripts

On 10/21/2012 06:37 PM, Cong Wang wrote:

> On Mon, Oct 22, 2012 at 6:35 AM, Cruz Julian Bishop
> <[email protected]> wrote:
>> Hi everyone,
>>
>> I was just wondering - Since (last time I looked, anyway),
>> /scripts/* has no maintainer, who would I send patches to?
>>
>> Would I just send them to the mailing list, or is there a
>> sort of catch-all maintainer for things like this?
>>
>
> [email protected]


That is probably the best single answer.

An alternative is to run ./scripts/get_maintainer.pl -f $filename
on each file in scripts. That will give you more explicit and more
correct answers.


--
~Randy