[release-monitoring] Add configurable mapping links to config

Anitya is now supporting configurable links for distribution. Let's add those we
already know.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-09-15 15:51:26 +02:00
parent 6ce19b66af
commit 3abf0d2526

View file

@ -66,6 +66,15 @@ github_access_token = "{{ github_prod_release_monitoring }}"
# Error threshold
check_error_threshold = 100
# Configurable links to package repositories for package mappings in distributions
# If you want to add any new distribution just add a new entry to this section
# %s will be filled in HTML template by the name of package mapping
[distro_mapping_links]
AlmaLinux = "https://git.almalinux.org/rpms/%s"
Fedora = "https://src.fedoraproject.org/rpms/%s"
PLD-Linux = "https://github.com/pld-linux/%s"
Ubuntu = "https://launchpad.net/ubuntu/+source/%s"
# The logging configuration, in dictConfig format.
[anitya_log_config]
version = 1