1
0
Fork 0
forked from infra/ansible

koji / hub: fix scm_repository name

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-06-21 20:39:18 -07:00
commit cfea78b9cc

View file

@ -274,7 +274,7 @@ build_from_scm =
match scm_repository /flatpaks/* :: allow fedpkg sources
}
match scm_host pkgs.fedoraproject.org && match scm_repository /* :: allow fedpkg sources
match scm_host forge.fedoraproject.org && match scm_repository /releng/fedora-kiwi-descriptions.git :: allow
match scm_host forge.fedoraproject.org && match scm_repository /releng/kiwi-descriptions.git :: allow
match scm_host src.fedoraproject.org :: allow fedpkg sources
all :: deny
{% else %}
@ -294,7 +294,7 @@ build_from_scm =
match scm_host pagure.io :: {
bool scratch :: allow
}
match scm_host forge.fedoraproject.org && match scm_repository /releng/fedora-kiwi-descriptions.git :: allow
match scm_host forge.fedoraproject.org && match scm_repository /releng/kiwi-descriptions.git :: allow
{% if koji_instance == "secondary" %}
match scm_host fedora.riscv.rocks:3000 :: {
bool scratch :: allow fedpkg sources