[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [udd] missing bugs



On 21/01/10 at 12:22 -0800, Julius Davies wrote:
> Hi,
> 
> Some bugs are missing from the UDD, for example
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471445 .
> 
> 
> udd=> select id from all_bugs where id = 471445 ;
>  id
> ----
> (0 rows)
> 
> 
> I'm using a local replica.

Hi Don,

Some bugs are missing in UDD. We basically are using the following code,
but it doesn't list bug #471445.

foreach my $b (get_bugs()) {
	print "UNARCH ",$b,"\n";
}
foreach my $b (get_bugs(archive => 1))
{
	print "ARCH ",$b,"\n";
}

What should we do differently?
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |


Reply to: