From 2273173a9bb02300dfa5ff6e96cb5988535cf945 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 12 Jun 2023 14:10:07 -0700 Subject: [PATCH] koji_hub: update scm policy Drop modules, they are controlled by mbs fix typo on containers (should be container) Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/hub.conf.j2 | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 8467d174e4..f2a5fcd608 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -207,15 +207,13 @@ 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 /modules/* :: allow fedpkg sources match scm_repository /containers/* :: allow fedpkg sources match scm_repository /flatpaks/* :: allow fedpkg sources } match scm_host pkgs.stg.fedoraproject.org :: { bool scratch :: allow fedpkg sources match scm_repository /rpms/* :: allow fedpkg sources - match scm_repository /modules/* :: 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 && match scm_repository /* :: allow fedpkg sources @@ -227,15 +225,13 @@ build_from_scm = match scm_host src.fedoraproject.org :: { bool scratch :: allow fedpkg sources match scm_repository /rpms/* :: allow fedpkg sources - match scm_repository /modules/* :: allow fedpkg sources match scm_repository /containers/* :: allow fedpkg sources match scm_repository /flatpaks/* :: allow fedpkg sources } match scm_host pkgs.fedoraproject.org :: { bool scratch :: allow fedpkg sources match scm_repository /rpms/* :: allow fedpkg sources - match scm_repository /modules/* :: 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 pagure.io :: {