From 88907aa1c8671d4600d0112d08d0a34b10dd9f4a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Jul 2020 11:40:17 -0700 Subject: [PATCH] koji_hub / kojira: place the queue file where everyone can see it. New versions of kojira can optionally produce a queue file. This shows the buildroots that it knows need regeneration and how long they have been known out of date. It might help users see where a buildroot they are waiting for is in the queue. 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 bc88527f39..93d66f2292 100644 --- a/roles/koji_hub/templates/kojira.conf.j2 +++ b/roles/koji_hub/templates/kojira.conf.j2 @@ -56,4 +56,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 = /mnt/koji/kojira/kojira-queue