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:
parent
59087672fa
commit
9c36c59872
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue