[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Re: Stress Testing and QA before release
From:       Stephan Binner <binner () kde ! org>
Date:       2002-03-20 17:46:53
[Download RAW message or body]

On Wednesday 20 March 2002 13:24, Chris Howells wrote:

> > My script missed 69 packages with only one bug assigned and 60 bugs which
> Would you mind sending me a copy of the script? I'm interested in how you

It`s only a quick hack but gives accurate count now:

sum=0;
wget http://bugs.kde.org/db/ix/packages.html --output-document=- | \
egrep "(bug(s)?\;|outstanding bug(s)?)" | grep -v "no " | \
cut -d\  -f 3 | cut -b 2- | \
{ while read package; do let sum=sum+$package; done;
  echo http://bugs.kde.org lists $sum bugs.; }

Bye,
   Steve
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic