From 85d5f5f688ed635c2c772be66d2ef44a6623e642 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 23 Nov 2023 15:37:32 +0100 Subject: [PATCH] [release-monitoring] Fix the link template in config The link template for UnitedRPMs is missing `s` in `%s`, which caused all the projects to throw 500. This will fix the issue. Signed-off-by: Michal Konecny --- roles/openshift-apps/release-monitoring/templates/anitya.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index 2ebf6016b7..e107deabd3 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -110,7 +110,7 @@ PLD-Linux = "https://github.com/pld-linux/%s" Spack = "https://github.com/spack/spack/tree/develop/var/spack/repos/builtin/packages/%s" Ubuntu = "https://launchpad.net/ubuntu/+source/%s" "Ultramarine Linux" = "https://github.com/Ultramarine-Linux/pkg-%s" -UnitedRPMs = "https://github.com/UnitedRPMs/%" +UnitedRPMs = "https://github.com/UnitedRPMs/%s" Void = "https://github.com/void-linux/void-packages/tree/master/srcpkgs/%s" Wolfi = "https://github.com/wolfi-dev/os/blob/main/%s.yaml"