diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 90fb1edf07..ece84875ba 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -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