This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Please clean up patchwork


On 05/01/2015 12:36 PM, Carlos O'Donell wrote:
> On 05/01/2015 12:13 PM, Roland McGrath wrote:
>>> That makes sense. I wonder if anyone would be opposed to making
>>> patchwork a mandatory part of the process of being a glibc
>>> committer i.e. add it to the committer checklist [1].
>>
>> I've basically never used patchwork and don't especially want another
>> random web interface to think about.
> 
> What web interface? I use the cli for everything and script the bejezus
> out of all the operations.
> 
> c.
>  
> 

For example:

- List the most recent patches from Roland's various emails.

[carlos@athas glibc]$ pwclient list -n 1 -w "Roland McGrath"
Patches submitted by Roland McGrath <roland@hack.frob.com>:
ID      State        Name
--      -----        ----
41      Committed    [roland/arm-setjmp] ARM: Fix up setjmp/longjmp changes sfi_* macro use.
Patches submitted by Roland McGrath <roland@frob.com>:
ID      State        Name
--      -----        ----
870     Committed    [3/3,roland/nptl] Verbatim NPTL file moves for ARM/Linux.
Patches submitted by Roland McGrath <mcgrathr@google.com>:
ID      State        Name
--      -----        ----

- List 10 oldest patches that still need review.

[carlos@athas glibc]$ pwclient list -s New -n 10
ID      State        Name
--      -----        ----
140     New          [3/2] Use strspn/strcspn/strpbrk ifunc in internal calls.
143     New          [PING] Add missing ICMPv6 flags and options
183     New          [RFC] Make _FILE_OFFSET_BITS=64 default.
247     New          Never try to execute the file in ldd
507     New          [1.2] Clean up netgroupcache
609     New          Do not run timezone tests in parallel.
867     New          [roland/getpid] Simplify getpid handling of the race case.
1048    New          sys/time.h: Remove comment about timercmp and add test
1261    New          [BZ,#16907] Sync argp.h __attribute__ with gnulib.
1271    New          [PATCHv2] Fix static TLS exhaustion by TLS descriptors

- Fetch the patch for the first one (140)

[carlos@athas glibc]$ pwclient get 140
Saved patch to 3-2-Use-strspn-strcspn-strpbrk-ifunc-in-internal-calls..patch

Cheers,
Carlos.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]