mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
Tell staging koji to disallow building from forks.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user