Tell staging koji to disallow building from forks.
This commit is contained in:
parent
44e1a81e23
commit
0736fcb4f7
1 changed files with 4 additions and 0 deletions
|
@ -61,6 +61,10 @@ pkgurl=http://kojipkgs.stg.fedoraproject.org/packages
|
|||
{% if env == 'staging' %}
|
||||
; A whitespace-separated list of hostname:repository pairs that kojid is authorized to checkout from (no quotes)
|
||||
allowed_scms=
|
||||
!src.stg.fedoraproject.org:/pagure/fork/*
|
||||
!src.stg.fedoraproject.org:/pagure/forks/*
|
||||
!pkgs.stg.fedoraproject.org:/pagure/fork/*
|
||||
!pkgs.stg.fedoraproject.org:/pagure/forks/*
|
||||
pkgs.stg.fedoraproject.org:/docker/*:false
|
||||
pkgs.stg.fedoraproject.org:/rpms/*:false:fedpkg,sources
|
||||
pkgs.stg.fedoraproject.org:/*:false:fedpkg,sources
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue