From 90c77850bfbca5633fcd39931c9b1b1d33e0c407 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 24 Aug 2023 13:13:59 -0700 Subject: [PATCH] koji_hub: container policy has a typo in it We have 'containers' allowed, but the name space is 'container' This results in containers failing the scm policy and not being allowed to build. We were going to do some toolbox container updates for f37/f38, so it would be good to fix this. I can't see it affecting anything else really. Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/hub.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index d366821b9a..25b289f68c 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -211,7 +211,7 @@ build_from_scm = match scm_host src.stg.fedoraproject.org :: { bool scratch :: allow fedpkg sources match scm_repository /rpms/* :: allow fedpkg sources - match scm_repository /containers/* :: allow fedpkg sources + match scm_repository /container/* :: allow fedpkg sources match scm_repository /flatpaks/* :: allow fedpkg sources } match scm_host pkgs.stg.fedoraproject.org :: { @@ -229,7 +229,7 @@ build_from_scm = match scm_host src.fedoraproject.org :: { bool scratch :: allow fedpkg sources match scm_repository /rpms/* :: allow fedpkg sources - match scm_repository /containers/* :: allow fedpkg sources + match scm_repository /container/* :: allow fedpkg sources match scm_repository /flatpaks/* :: allow fedpkg sources } match scm_host pkgs.fedoraproject.org :: {