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 <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2023-08-24 13:13:59 -07:00 committed by kevin
parent b992e11871
commit 90c77850bf

View file

@ -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 :: {