From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Date: Wed, 23 Jul 2014 22:20:14 -0700 Subject: [U-Boot] A way to change the status of the whole series on Patchwork ? In-Reply-To: <1406103008.27009.88.camel@dagon.hellion.org.uk> References: <20140717111942.0EC5.AA925319@jp.panasonic.com> <20140717024909.GX7537@ld-irv-0074> <20140722135051.GR1847@bill-the-cat> <20140722194507.GD28323@ld-irv-0074> <1406103008.27009.88.camel@dagon.hellion.org.uk> Message-ID: <20140724052014.GI23883@brian-ubuntu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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... No comment on the other compatibility questions. I'm aware of the .pwclientrc / pwclient changes, but I haven't noticed them affect my work (after converting my .pwclientrc). I don't use 'delegate' though. Regards, Brian