Hello,

On Mon, 06 Feb 2023, Jelmer Vernooij wrote:
> A large number of Debian packages now has upstream metadata, including links 
> to
> upstream repositories (Repository-Browse) and bugtrackers (Bug-Database /
> Bug-Submit). Would it be possible to link to those from tracker?

It's of course possible but is there something already extracting all
those values and making them available in a convenient way? Maybe UDD?

Otherwise we first need to implement something like that which can be a
bit of a pain.

Usually the tracker fetches some external file and turns it into PackageData
entries that can then be easily displayed for example with a
LinksPanel.ItemProvider to add links in the "Links" panel on the right.

If we have to extract the upstream metadata on our own, then we should
modify distro_tracker/extract_source_files/ to extract it and add some
new Task to parse those files after they have been extracted (or do it
directly in extract_source_files but that would be a scope expansion for
that Django application).

FWIW, I don't plan to work on this (at least not in the short term) but
I'll happily review MR and answer questions.

Cheers,
-- 
  ⢀⣴⠾⠻⢶⣦⠀   Raphaël Hertzog <hert...@debian.org>
  ⣾⠁⢠⠒⠀⣿⡁
  ⢿⡄⠘⠷⠚⠋    The Debian Handbook: https://debian-handbook.info/get/
  ⠈⠳⣄⠀⠀⠀⠀   Debian Long Term Support: https://deb.li/LTS

Reply via email to