[release-monitoring] Add disto package links
https://github.com/fedora-infra/anitya/issues/1555
This commit is contained in:
parent
749d6f395a
commit
3947fc667b
1 changed files with 16 additions and 1 deletions
|
@ -71,10 +71,25 @@ check_error_threshold = 100
|
||||||
# %s will be filled in HTML template by the name of package mapping
|
# %s will be filled in HTML template by the name of package mapping
|
||||||
[distro_mapping_links]
|
[distro_mapping_links]
|
||||||
AlmaLinux = "https://git.almalinux.org/rpms/%s"
|
AlmaLinux = "https://git.almalinux.org/rpms/%s"
|
||||||
|
Alpine = "https://pkgs.alpinelinux.org/packages?name=%s"
|
||||||
|
ALT = "http://www.sisyphus.ru/srpm/Sisyphus/%s"
|
||||||
|
"Arch Linux" = "https://archlinux.org/packages/?q=%s"
|
||||||
|
CRUX = "https://crux.nu/portdb/?a=search&q=%s"
|
||||||
|
Debian = "https://tracker.debian.org/pkg/%s"
|
||||||
Fedora = "https://src.fedoraproject.org/rpms/%s"
|
Fedora = "https://src.fedoraproject.org/rpms/%s"
|
||||||
|
Flathub = "https://flathub.org/apps/details/%s"
|
||||||
|
Gentoo = "https://packages.gentoo.org/packages/search?q=%s"
|
||||||
|
Homebrew = "https://formulae.brew.sh/formula/%s#default"
|
||||||
|
Macports = "https://ports.macports.org/port/%s/"
|
||||||
|
Mageia = "https://svnweb.mageia.org/packages/cauldron/%s/current/"
|
||||||
|
"Manjaro Linux" = "https://software.manjaro.org/package/%s"
|
||||||
|
OpenSuse = "https://software.opensuse.org/package/%s"
|
||||||
|
"OpenSuse Leap" = "https://software.opensuse.org/package/%s"
|
||||||
|
"OpenSuse Tumbleweed" = "https://software.opensuse.org/package/%s"
|
||||||
PLD-Linux = "https://github.com/pld-linux/%s"
|
PLD-Linux = "https://github.com/pld-linux/%s"
|
||||||
Ubuntu = "https://launchpad.net/ubuntu/+source/%s"
|
|
||||||
"RPM Fusion" = "https://admin.rpmfusion.org/pkgdb/search/?term=%s"
|
"RPM Fusion" = "https://admin.rpmfusion.org/pkgdb/search/?term=%s"
|
||||||
|
Ubuntu = "https://launchpad.net/ubuntu/+source/%s"
|
||||||
|
|
||||||
|
|
||||||
# The logging configuration, in dictConfig format.
|
# The logging configuration, in dictConfig format.
|
||||||
[anitya_log_config]
|
[anitya_log_config]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue