From 507d0085782086b94fdd77ebded66196f6d4d2c7 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Oct 17 2023 21:47:46 +0000 Subject: 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. --- diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index 1290c47..4223581 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"