forked from infra/ansible
koji / hub: allow forge.fedoraproject.org/releng/kiwi-descriptions.git
This repo moved to forge so allow that and drop the no longer used kickstarts repo as well as pagure.io. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
47e4cedcff
commit
e493015497
1 changed files with 2 additions and 5 deletions
|
|
@ -274,8 +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 pagure.io && match scm_repository /fedora-kickstarts.git :: allow
|
||||
match scm_host pagure.io && match scm_repository /fedora-kiwi-descriptions.git :: allow
|
||||
match scm_host forge.fedoraproject.org && match scm_repository /releng/fedora-kiwi-descriptions.git :: allow
|
||||
match scm_host src.fedoraproject.org :: allow fedpkg sources
|
||||
all :: deny
|
||||
{% else %}
|
||||
|
|
@ -294,10 +293,8 @@ build_from_scm =
|
|||
}
|
||||
match scm_host pagure.io :: {
|
||||
bool scratch :: allow
|
||||
match scm_repository /fedora-kickstarts.git :: allow
|
||||
match scm_repository /fork/*/fedora-kickstarts.git :: allow
|
||||
match scm_repository /fedora-kiwi-descriptions.git :: allow
|
||||
}
|
||||
match scm_host forge.fedoraproject.org && match scm_repository /releng/fedora-kiwi-descriptions.git :: allow
|
||||
{% if koji_instance == "secondary" %}
|
||||
match scm_host fedora.riscv.rocks:3000 :: {
|
||||
bool scratch :: allow fedpkg sources
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue