Added stg.pkgs to allowed_scms for koji_builder role
This commit is contained in:
parent
4713ec76e6
commit
5d9ddb78f3
1 changed files with 5 additions and 0 deletions
|
@ -50,8 +50,13 @@ server={{koji_server_url}}
|
|||
pkgurl=http://kojipkgs.stg.fedoraproject.org/packages
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
; A space-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=stg.pkgs.fedoraproject.org:/docker/*:false stg.pkgs.fedoraproject.org:/rpms/*:false:fedpkg,sources stg.pkgs.fedoraproject.org:/*:false:fedpkg,sources pkgs.fedoraproject.org:/rpms/*:false:fedpkg,sources pkgs.fedoraproject.org:/*:false:fedpkg,sources git.fedorahosted.org:/git/spin-kickstarts.git:false
|
||||
{% 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 git.fedorahosted.org:/git/spin-kickstarts.git:false
|
||||
{% endif %}
|
||||
|
||||
; The mail host to use for sending email notifications
|
||||
smtphost=bastion.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue