[U-Boot] A way to change the status of the whole series on Patchwork ?

Ian Campbell ijc at hellion.org.uk
Wed Jul 23 18:10:08 EST 2014


On Tue, 2014-07-22 at 12:45 -0700, Brian Norris wrote:

> Then some sort of grepping/regex/etc. can get you the patchwork ID from
> the Message-ID. e.g.:
> 
>   pwclient list -m "$MESSAGEID" | awk '{print $1;}' | grep '[0-9][0-9]*'

Which version of pwclient do you use? The one from
http://patchwork.ozlabs.org/help/pwclient/ doesn't support -m. It's also
incompatible with the example .pwclientrc from
http://patchwork.ozlabs.org/project/uboot/pwclientrc/

I did find an updated one (not sure where from now) which understands
the newer pwclientrc syntax and seems to know the -m but neither of them
seem to work fully. e.ge list -d doesn't work so
        pwclient list -d 'Ian Campbell'
returns an empty list for each of the 3 email addresses of mine it seems
to know about, despite me currently having 3 patches delegated
(including 371710 for example).

Things like "pwclient list -p uboot -s New" do work though, and includes
the patches which are delegated to me in the list.

Investigating a bit more it seems like only filter by delegate which is
broken.

Ian.



More information about the Patchwork mailing list