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:
parent
f842d785d8
commit
2195560ccb
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
[sidetag]
|
||||
# automatically remove sidetag on untagging last package
|
||||
remove_empty = on
|
||||
# do newrepo on sidetag creation
|
||||
trigger_new_repo = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue