Added stg.pkgs to allowed_scms for koji_builder role

This commit is contained in:
Adam Miller 2016-03-04 15:26:56 +00:00
parent 4713ec76e6
commit 5d9ddb78f3

View file

@ -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