Re: patchwork.sourceware.org is live!
Pedro Alves <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha,gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/30/2014 09:56 AM, Siddhesh Poyarekar wrote:
> On Fri, May 30, 2014 at 09:45:34AM +0100, Pedro Alves wrote:
>> Did you plan on doing such a bulk change from the admin side?
>
> That was the question I forgot to ask :) I agree that it does not make
> sense to go through old patches to mark them Committed manually. I'll
> plan to do bulk change unless someone objects to it.
It seems no one objects.
pwclient works again, so I went ahead and did this on the GDB side:
$ pwclient list -s "Accepted" > /tmp/accepted
$ grep "^[0-9]\+" /tmp/accepted | awk '{print $1}' | while read id; do pwclient update -s Committed $id; done
--
Pedro Alves