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:
parent
b992e11871
commit
90c77850bf
1 changed files with 2 additions and 2 deletions
|
@ -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 :: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue