mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
Cosmetic - change kojid prod allowed_scms to be newline-delimited.
This commit is contained in:
@@ -76,8 +76,12 @@ allowed_scms=
|
||||
pagure.io:/fedora-kickstarts.git:false
|
||||
src.fedoraproject.org:/*:false:fedpkg,sources
|
||||
{% else %}
|
||||
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=pkgs.fedoraproject.org:/*:false:fedpkg,sources pagure.io:/fedora-kickstarts.git:false src.fedoraproject.org:/*:false:fedpkg,sources pagure.io:/fork/*/fedora-kickstarts.git:false
|
||||
; A whitespace-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=
|
||||
pkgs.fedoraproject.org:/*:false:fedpkg,sources
|
||||
pagure.io:/fedora-kickstarts.git:false
|
||||
src.fedoraproject.org:/*:false:fedpkg,sources
|
||||
pagure.io:/fork/*/fedora-kickstarts.git:false
|
||||
{% endif %}
|
||||
|
||||
; allow tasks to continue to completion if a sibling fails
|
||||
|
||||
Reference in New Issue
Block a user