koji_hub: update scm policy
Drop modules, they are controlled by mbs fix typo on containers (should be container) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3a5c8c63d4
commit
2273173a9b
1 changed files with 2 additions and 6 deletions
|
@ -207,15 +207,13 @@ build_from_scm =
|
|||
match scm_host src.stg.fedoraproject.org :: {
|
||||
bool scratch :: allow fedpkg sources
|
||||
match scm_repository /rpms/* :: allow fedpkg sources
|
||||
match scm_repository /modules/* :: allow fedpkg sources
|
||||
match scm_repository /containers/* :: allow fedpkg sources
|
||||
match scm_repository /flatpaks/* :: allow fedpkg sources
|
||||
}
|
||||
match scm_host pkgs.stg.fedoraproject.org :: {
|
||||
bool scratch :: allow fedpkg sources
|
||||
match scm_repository /rpms/* :: allow fedpkg sources
|
||||
match scm_repository /modules/* :: allow fedpkg sources
|
||||
match scm_repository /containers/* :: allow fedpkg sources
|
||||
match scm_repository /container/* :: allow fedpkg sources
|
||||
match scm_repository /flatpaks/* :: allow fedpkg sources
|
||||
}
|
||||
match scm_host pkgs.fedoraproject.org && match scm_repository /* :: allow fedpkg sources
|
||||
|
@ -227,15 +225,13 @@ build_from_scm =
|
|||
match scm_host src.fedoraproject.org :: {
|
||||
bool scratch :: allow fedpkg sources
|
||||
match scm_repository /rpms/* :: allow fedpkg sources
|
||||
match scm_repository /modules/* :: allow fedpkg sources
|
||||
match scm_repository /containers/* :: allow fedpkg sources
|
||||
match scm_repository /flatpaks/* :: allow fedpkg sources
|
||||
}
|
||||
match scm_host pkgs.fedoraproject.org :: {
|
||||
bool scratch :: allow fedpkg sources
|
||||
match scm_repository /rpms/* :: allow fedpkg sources
|
||||
match scm_repository /modules/* :: allow fedpkg sources
|
||||
match scm_repository /containers/* :: allow fedpkg sources
|
||||
match scm_repository /container/* :: allow fedpkg sources
|
||||
match scm_repository /flatpaks/* :: allow fedpkg sources
|
||||
}
|
||||
match scm_host pagure.io :: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue