Your message dated Sun, 1 Feb 2026 11:46:58 +0100
with message-id <[email protected]>
and subject line Re: Bug#1126068: ubuntu-sponsorships is returning no results 
(for "recent" uploads?)
has caused the Debian Bug report #1126068,
regarding UDD: ubuntu-sponsorships is returning no results (for
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1126068: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1126068
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qa.debian.org
User: [email protected]
Usertags: udd

It seems UDD ubuntu-sponsoring  is failing to return (recent?) uploads, example URL from https://discourse.ubuntu.com/t/application-ubuntu-contributing-developer-nadzeya-hutsko

https://udd.debian.org/cgi-bin/ubuntu-sponsorships.cgi?render=html&sponsor=Nick+Rosbrook&sponsor_search=name&sponsoree=Nadzeya+Hutsko&sponsoree_search=name

is returning an empty list

where it should be listing entries like those
https://launchpad.net/ubuntu/+source/vim/2:9.1.1882-1ubuntu1
https://launchpad.net/ubuntu/+source/rust-rav1e/0.8.1-6ubuntu1

Checking my firefox history I've an URL example which I think worked some months ago and is returning no result now
https://udd.debian.org/cgi-bin/ubuntu-sponsorships.cgi?render=html&sponsor=Sebastien+Bacher&sponsor_search=name&sponsoree=Alessandro+Astone&sponsoree_search=name

Searching for packages I sponsored return a list starting in 2007 though so the service has still some data/is at least partially working...


Cheers,
Sébastien

--- End Message ---
--- Begin Message ---
Hi Sebastien,

On 31/01/26 at 19:29 +0100, Sebastien Bacher wrote:
> Hey Lucas, thanks for the reply and for fixing the code issue and
> investigating the connection problem.
> 
> 1. About the blocked IP, I talked to Launchpad team and indeed firewalled on
> their side and they removed the restriction now.

Thanks!

> 2. They are facing load problems due to LLM scrapers, which is why they
> ended up blocking a range of machines including ullmann. Would it possible
> for UDD to use launchpad API to get those information instead of scraping
> the pages?
> 
> 3. Following your comment to Laney, it seems UDD is parsing
> <release>-changes Ubuntu lists? As a FYI there is a plan to stop providing
> those, probably starting next cycle
> In fact that was tried early this cycle but since there was no replacement
> ready we ended up creating resolute-changes@. We had a few days where
> resolute was open without having the list which probably means UDD has a
> data gap between Octobre 20th and 22th)

The script in question already uses launchpad's API (through launchpadlib)
so I think things are fine (and future-proof).
https://salsa.debian.org/qa/udd/-/blob/master/scripts/launchpad-ubuntu-changes?ref_type=heads

I made a few changes to the script, and imported the missing uploads
since Dec 20th. It looks like things are OK.

For various reasons, there are still 246 sources in resolute with no
matching upload in UDD. It could probably be fixed by re-importing all
uploads from launchpad, but I'm not sure it's worth it. SQL query to
list those:
udd> select source, version, release
     from ubuntu_sources s
     left join ubuntu_upload_history uh using (source, version)
     where uh.source is null and s.release = 'resolute';

Best,

Lucas

--- End Message ---

Reply via email to