Re: [PATCH 0/10] MAINTAINERS - add script, patterns and misc updates



On Fri, 2009-04-17 at 13:47 -0700, Randy Dunlap wrote:
On Tue, 7 Apr 2009 22:17:42 -0700 Joe Perches wrote:
I was hoping to get the patch that changed all pairs of
P:
M:
lines to one line that is suitable for pasting into email addresses.
Are we supposed to use get_maintainer.pl for that?

I merely wanted to get the patterns accepted.

I thought the P/M: integration was an unnecessary
complication that would delay pattern acceptance.

So I use scripts/get_maintainer.pl "as is".
Suggestions on improvements to the script are
of course gladly accepted...

If the script doesn't work well for you, please
let me know.

If the P/M: conversion is desired, I've no objection.
The script would have to change though.

There are command line options to control email address
output style:

For instance:

$ ./scripts/get_maintainer.pl -f Documentation/DocBook/sh.tmpl
linux-doc@xxxxxxxxxxxxxxx
linux-kernel@xxxxxxxxxxxxxxx
Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Paul Mundt <lethal@xxxxxxxxxxxx>

with option "--no-n" (also "--non") (Do not output "name")

$ ./scripts/get_maintainer.pl --no-n -f Documentation/DocBook/sh.tmpl
linux-doc@xxxxxxxxxxxxxxx
linux-kernel@xxxxxxxxxxxxxxx
rdunlap@xxxxxxxxxxxx
lethal@xxxxxxxxxxxx

with option "--no-l" (do not output "mailing lists")

$ ./scripts/get_maintainer.pl --no-l -f Documentation/DocBook/sh.tmpl
Randy Dunlap <rdunlap@xxxxxxxxxxxx>
Paul Mundt <lethal@xxxxxxxxxxxx>

with option "--no-m"
(do not output "maintainers" , just use git log "by:" signors)

$ ./scripts/get_maintainer.pl --no-m -f Documentation/DocBook/sh.tmpl
linux-doc@xxxxxxxxxxxxxxx
linux-kernel@xxxxxxxxxxxxxxx
Paul Mundt <lethal@xxxxxxxxxxxx>

with option "--no-multiline", the output is on a single line

$ ./scripts/get_maintainer.pl --no-multiline -f Documentation/DocBook/sh.tmpl
linux-doc@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, Randy Dunlap <rdunlap@xxxxxxxxxxxx>, Paul Mundt <lethal@xxxxxxxxxxxx>

The entry separator (default ", ") is specified with --separator

By default, "subscriber-only" mailing lists are
not output. Use "--l --s" to output lists and
lists that are "subscriber-only".

There is a defect in the script right now with
"subscriber-only" mailing lists. The regex
check is not broad enough.

I'll submit a patch for that shortly.

cheers, Joe

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



Relevant Pages

  • Re: kern/71142; VESA 1024x768 @ the console
    ... I missed the boat on this one, what does this patch exactly do, and why ... > made a simple batch script to do it for me, ... > Nikolas Britton wrote: ... >> mailing lists. ...
    (freebsd-newbies)
  • Re: [PATCH x86] [5/16] Replace hard coded reservations in x86-64 early boot code with dynamic ta
    ... Can't you just convert them using a script on new if you care so much about those? ... i'm not sure how you manage patches - if you have some 'refresh patch' ... improve clean _looking_ code than messy looking code. ...
    (Linux-Kernel)
  • lk-changelog.pl 0.325
    ... This script is used by Linus and Marcelo to rearrange and reformat BK ... +'christoph:lameter.com' => 'Christoph Lameter', ... 'hawkes:oss.sgi.com' => 'John Hawkes', ... 'lethal:unusual.internal.linux-sh.org' => 'Paul Mundt', ...
    (Linux-Kernel)
  • IFC 7.1 GenuineIntel check: workaround
    ... to modify this script to do that. ... # A short program to patch the 'libirc.a' file from the Intel Fortran Compiler ... Some versions of the Intel Fortran Compiler produce code which checks whether ...
    (comp.lang.fortran)
  • Re: SMS Installer Open File Security Warning
    ... I'm simply doing an execute program script item on just the patch ... Installer scripting is the one I'm using right now. ...
    (microsoft.public.sms.installer)