On Thu, Jun 05, 2014 at 12:36:27PM +0100, Pedro Alves wrote: > 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 > Thanks, I'll do this on Monday on the glibc side too if nobody objects till then, and then make 'Accepted' patches visible for committers to close as Committed. Siddhesh