koji_hub: re-add scm policy for scm plugin
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
95fcfe8375
commit
f99659cea8
1 changed files with 6 additions and 0 deletions
|
@ -245,3 +245,9 @@ build_from_scm =
|
||||||
}
|
}
|
||||||
all :: deny
|
all :: deny
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
scm =
|
||||||
|
# allow scratch builds from any commits
|
||||||
|
bool scratch :: allow
|
||||||
|
match_all branches * !! deny Commit must be present on some branch
|
||||||
|
all :: allow
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue