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

Re: [udd] missing bugs



On 21/01/10 at 15:08 -0800, Don Armstrong wrote:
> On Fri, 22 Jan 2010, Lucas Nussbaum wrote:
> > The problem is that 471145 doesn't show up in
> > Debbugs::Bugs::get_bugs() or Debbugs::Bugs::get_bugs(archive => 1).
> 
> $ perl -MDebbugs::Bugs -e 'print grep {$_ == 471145} Debbugs::Bugs::get_bugs(archive=>1)'; echo;
> 471145
> 
> (that's running it on rietz)

I managed to typo the bug number. it's 471445, not 471145.

On merkel:
perl -MDebbugs::Bugs -e 'print grep {$_ == 471445}
Debbugs::Bugs::get_bugs(archive=>1)'; echo

On samosa (udd):
DEBBUGS_CONFIG_FILE=/org/udd.debian.org/bugs/bugs.debian.org/etc/config
perl -I/org/udd.debian.org/bugs/bugs.debian.org/perl -MDebbugs::Bugs -e
'print grep {$_ == 471445} Debbugs::Bugs::get_bugs(archive=>1)'; echo

> If I was to guess, index.archive is out of date or similar if the
> above doesn't work properly.

No, looks up-to-date.
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |


Reply to: