From 63e7838328bc2fd57d1e6bf0ce26b18db5f87519 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Tue, 20 Aug 2019 17:51:14 +0200 Subject: [PATCH] copr: enable discussion this will start working once the new release lands here --- roles/copr/frontend/templates/copr.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 61de2c0697..dd096ddf13 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -62,3 +62,6 @@ COPR_DIST_GIT_LOGS_URL = "https://{{ dist_git_base_url }}/per-task-logs" BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager'] DEFER_BUILD_SECONDS = 300 + +ENABLE_DISCUSSION = True +DISCOURSE_URL = "https://discussion.fedoraproject.org/"