diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index a5f198d429..14b55f5cec 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -63,6 +63,7 @@ ENFORCE_PROTOCOL_FOR_FRONTEND_URL = "https" {% endif %} DIST_GIT_URL="http://{{ dist_git_base_url }}/cgit" +COPR_DIST_GIT_LOGS_URL = "http://{{ dist_git_base_url }}/per-task-logs" # no need to filter cla_* groups, they are already filtered by fedora openid BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']