From 5ce884517fa5dd4b2ad78d19c35786ed5c48886c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2020 10:46:36 -0700 Subject: [PATCH] koji_hub: sadly, queue_file isnt available until 1.21.1 Signed-off-by: Kevin Fenzi --- roles/koji_hub/templates/kojira.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_hub/templates/kojira.conf.j2 b/roles/koji_hub/templates/kojira.conf.j2 index e49038d001..9f12ba6ea3 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -53,4 +53,4 @@ check_external_repos = True ; every cycle. File would contain information about how long these ; tags are expired and what is the computed score for them. This can ; be used to debug and check in realtime the actual performance. -queue_file = /var/tmp/kojira-queue +;queue_file = /var/tmp/kojira-queue