koji_hub: allow correct scm for kiwi defs

I missed that these needed to be .git on the end.
Currently they are denied due to this.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-03-07 17:26:29 -08:00
parent 59087672fa
commit 9c36c59872

View file

@ -225,7 +225,7 @@ build_from_scm =
}
match scm_host pkgs.fedoraproject.org && match scm_repository /* :: allow fedpkg sources
match scm_host pagure.io && match scm_repository /fedora-kickstarts.git :: allow
match scm_host pagure.io && match scm_repository /fedora-kiwi-descriptions :: allow
match scm_host pagure.io && match scm_repository /fedora-kiwi-descriptions.git :: allow
match scm_host src.fedoraproject.org :: allow fedpkg sources
all :: deny
{% else %}
@ -246,7 +246,7 @@ build_from_scm =
bool scratch :: allow
match scm_repository /fedora-kickstarts.git :: allow
match scm_repository /fork/*/fedora-kickstarts.git :: allow
match scm_repository /fedora-kiwi-descriptions :: allow
match scm_repository /fedora-kiwi-descriptions.git :: allow
}
all :: deny
{% endif %}