From 2195560ccb6bcfac52417c033da0efec01f5c0da Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 11 Oct 2024 10:35:50 -0700 Subject: [PATCH] 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 --- roles/koji_hub/files/sidetag.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_hub/files/sidetag.conf b/roles/koji_hub/files/sidetag.conf index 15e0293596..7bb486aab0 100644 --- a/roles/koji_hub/files/sidetag.conf +++ b/roles/koji_hub/files/sidetag.conf @@ -1,3 +1,5 @@ [sidetag] # automatically remove sidetag on untagging last package remove_empty = on +# do newrepo on sidetag creation +trigger_new_repo = True