Cosmetic - change kojid prod allowed_scms to be newline-delimited.
This commit is contained in:
parent
af2f95567b
commit
dd6c1f52f0
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue