From 507d0085782086b94fdd77ebded66196f6d4d2c7 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 17 Oct 2023 17:17:36 -0400 Subject: [PATCH] anitya: Add Rocky Linux to distribution mapping Rocky was added in the Anitya GUI, but does not have a mapping, so links are not created for them which point to their corresponding sources on their git forge. --- roles/openshift-apps/release-monitoring/templates/anitya.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index 1290c476da..4223581f71 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -102,6 +102,7 @@ openSUSE = "https://software.opensuse.org/package/%s" "openSUSE Tumbleweed" = "https://software.opensuse.org/package/%s" PLD-Linux = "https://github.com/pld-linux/%s" "RPM Fusion" = "https://admin.rpmfusion.org/pkgdb/search/?term=%s" +"Rocky Linux" = "https://git.rockylinux.org/staging/rpms/%s" Spack = "https://github.com/spack/spack/tree/develop/var/spack/repos/builtin/packages/%s" Ubuntu = "https://launchpad.net/ubuntu/+source/%s" Void = "https://github.com/void-linux/void-packages/tree/master/srcpkgs/%s"