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: patchwork.sourceware.org is live!


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


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