/srv/irclogs.ubuntu.com/2023/02/21/#launchpad.txt

Odd_BlokeHey folks, I'm trying to determine the provenance of packages in our internal Ubuntu "mirror".  For packages that are still in the Packages file, this is easy enough, but for older versions I think I'm going to need to ask Launchpad(?).  Is there a way to use the API to get from (binary_package_name, version, arch) to the SHA256 of the corresponding Ubuntu package file?21:30
cjwatsonOdd_Bloke: weirdly I can't see any way to specifically ask for a checksum, though if the package was ever in Ubuntu then you should be able to redownload it from LP and compare, e.g. https://launchpad.net/ubuntu/+archive/primary/+files/man-db_2.9.1-1_amd64.deb21:36
cjwatsonif you have the filename of a file once in Ubuntu then you can always construct the URL for it like that21:37
cjwatson(well possibly except for some _very_ old packages)21:37
Odd_Blokecjwatson: Ack, thanks: glad I'm not missing something obvious!  A possible alternative I just stumbled across is to get `build.changesfile_url` and parse `Checksums-Sha256` out of that: that should be both less CPU time for me, and less network traffic traversing the Atlantic from Launchpad, so I suspect will be quite a lot faster.21:44
cjwatsonHm yeah, I guess that would be a slightly roundabout option21:49
cjwatsonProbably slower for small packages (because it'll involve more round trips) and faster for large ones21:50
cjwatsonI wonder if we could just have the librarian send the sha256 in a header, and then you could get the +files redirect and HEAD the target21:51
Odd_BlokeYeah, though I'll also only need to do the fetching once per source package if I cache things right.21:51
Odd_BlokeYeah, I was wondering if a HEAD request could get me enough info, but not right now it looks like.21:54

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!