
On Wed, 2014-07-23 at 22:20 -0700, Brian Norris wrote:
On Wed, Jul 23, 2014 at 09:10:08AM +0100, Ian Campbell wrote:
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?
I was using the version from about a month ago (before the .pwclientrc changes), pulled from ozlabs.org. It matches the client from patchwork.git commit 5ccc2d9900f691ac6e3000836d052f60e0d1e726.
The one from http://patchwork.ozlabs.org/help/pwclient/ doesn't support -m.
I just tried it. It worked for me...
And I can now see the support is there where I was sure it wasn't before. I think I must have been confused about where the binary I was looking at came from. Or its been recently updated -- but more likely I'm confused ;-)
Ian.