From af0bb102357b34a95fcb511f2a0bcfcacc6dc6e5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Feb 2015 15:07:12 +0000 Subject: [PATCH] disable kojis internal notifications --- roles/koji_hub/templates/hub.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koji_hub/templates/hub.conf.j2 b/roles/koji_hub/templates/hub.conf.j2 index 9d71f8c3f3..4e30401b62 100644 --- a/roles/koji_hub/templates/hub.conf.j2 +++ b/roles/koji_hub/templates/hub.conf.j2 @@ -27,8 +27,8 @@ KojiWebURL = http://koji.fedoraproject.org/koji # The domain name that will be appended to Koji usernames # when creating email notifications EmailDomain = fedoraproject.org -# weather to send the task owner and package owner email or not on success. this still goes to watchers -NotifyOnSuccess = True +# Disable sending all notifications from koji, people need to use FMN now +DisableNotifications = True ## If KojiDebug is on, the hub will be /very/ verbose and will report exception ## details to clients for anticipated errors (i.e. koji's own exceptions --