Bug#520854: PTS: no longer lists the number of Ubuntu bugs

2009-03-22 Thread Paul Wise
Package: qa.debian.org Severity: normal The PTS no longer lists the number of Ubuntu bugs in the Ubuntu section of the page. Here are a couple of examples (static copies attached): http://packages.qa.debian.org/c/chromium.html https://bugs.launchpad.net/ubuntu/+source/chromium http://packages.qa

Re: Python code to retrieve all open wnpp bugs

2009-03-22 Thread Raphael Geissert
Sandro Tosi wrote: > On Sun, Mar 22, 2009 at 17:37, Sandro Tosi wrote: >> Hello, >> I'm looking for a way from python code to obtain all the open wnpp bugs. >> >> I try to use btsutils (query('pkg:wnpp')), but it returns all the bugs >> ever reported (~2900) that's too much for the ~400 we should

Re: Python code to retrieve all open wnpp bugs

2009-03-22 Thread David Paleino
On Sun, 22 Mar 2009 19:52:55 +0100, Sandro Tosi wrote: > I would like fresh data, so I take > http://qa.debian.org/data/orphaned.txt and packages maintained by "QA > Group" on the local Packages file (updated frequently), so here are > some questions: > > - is UDD querable by any host (my pc for

Re: Python code to retrieve all open wnpp bugs

2009-03-22 Thread Sandro Tosi
On Sun, Mar 22, 2009 at 19:21, Lucas Nussbaum wrote: > On 22/03/09 at 19:07 +0100, Sandro Tosi wrote: >> On Sun, Mar 22, 2009 at 17:37, Sandro Tosi wrote: >> > Hello, >> > I'm looking for a way from python code to obtain all the open wnpp bugs. >> > >> > I try to use btsutils (query('pkg:wnpp')),

Re: Python code to retrieve all open wnpp bugs

2009-03-22 Thread Lucas Nussbaum
On 22/03/09 at 19:07 +0100, Sandro Tosi wrote: > On Sun, Mar 22, 2009 at 17:37, Sandro Tosi wrote: > > Hello, > > I'm looking for a way from python code to obtain all the open wnpp bugs. > > > > I try to use btsutils (query('pkg:wnpp')), but it returns all the bugs > > ever reported (~2900) that's

Re: Python code to retrieve all open wnpp bugs

2009-03-22 Thread Sandro Tosi
On Sun, Mar 22, 2009 at 17:37, Sandro Tosi wrote: > Hello, > I'm looking for a way from python code to obtain all the open wnpp bugs. > > I try to use btsutils (query('pkg:wnpp')), but it returns all the bugs > ever reported (~2900) that's too much for the ~400 we should have in > open state. as

Python code to retrieve all open wnpp bugs

2009-03-22 Thread Sandro Tosi
Hello, I'm looking for a way from python code to obtain all the open wnpp bugs. I try to use btsutils (query('pkg:wnpp')), but it returns all the bugs ever reported (~2900) that's too much for the ~400 we should have in open state. Maybe using bts2ldap service I might be able to get it, but maybe