mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
koji_hub: enable trigger_new_repo for sidetags
This will cause new sidetags to do a newrepo on creation instead of waiting for a request for them. It's not strictly needed, but it allows older workflows that use wait-repo to continue to work. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[sidetag]
|
||||
# automatically remove sidetag on untagging last package
|
||||
remove_empty = on
|
||||
# do newrepo on sidetag creation
|
||||
trigger_new_repo = True
|
||||
|
||||
Reference in New Issue
Block a user