From eaea7faeada46c51b82fad16ba693f639bdb3e19 Mon Sep 17 00:00:00 2001 From: clime Date: Mon, 14 Mar 2016 15:40:44 +0100 Subject: [PATCH] per_task_logs_dir config option added --- roles/copr/dist_git/templates/copr-dist-git.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/dist_git/templates/copr-dist-git.conf.j2 b/roles/copr/dist_git/templates/copr-dist-git.conf.j2 index a6b806aadb..b39df71de4 100644 --- a/roles/copr/dist_git/templates/copr-dist-git.conf.j2 +++ b/roles/copr/dist_git/templates/copr-dist-git.conf.j2 @@ -6,3 +6,6 @@ frontend_base_url={{frontend_base_url}} # must have same value as BACKEND_PASSWORD from have frontend in /etc/copr/copr.conf # default is PASSWORDHERE but you really should change it. really. frontend_auth={{ copr_backend_password }} + +# where import logs should be stored +per_task_log_dir=/var/lib/copr-dist-git/per-task-logs/