From add4f77e68d1aa76e53f8920fce39436982bf56a Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Fri, 25 Sep 2020 15:17:41 +0200 Subject: [PATCH] container/hub: disable notification We don't ever want to send out email notifications for anything during testing. --- container/hub/hub.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/container/hub/hub.conf b/container/hub/hub.conf index 51093ed..6dba6e8 100644 --- a/container/hub/hub.conf +++ b/container/hub/hub.conf @@ -31,6 +31,7 @@ LoginCreatesUser = Off KojiWebURL = http://localhost/koji EmailDomain = kojihub.local NotifyOnSuccess = False +DisableNotifications = True ## Plugins PluginPath = /usr/lib/koji-hub-plugins