From ef98c3e3980b976dde7ae2053dff2cb7fb54e24f Mon Sep 17 00:00:00 2001 From: Mike Bonnet Date: Tue, 10 Nov 2009 14:06:36 -0500 Subject: [PATCH] add a couple more parameters to the example hub.conf --- hub/hub.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hub/hub.conf b/hub/hub.conf index 85ff96b5..5b6eb150 100644 --- a/hub/hub.conf +++ b/hub/hub.conf @@ -38,8 +38,16 @@ KojiWebURL = http://kojiweb.example.com/koji # The domain name that will be appended to Koji usernames # when creating email notifications #EmailDomain = example.com -# weather to send the task owner and package owner email or not on success. this still goes to watchers +# whether to send the task owner and package owner email or not on success. this still goes to watchers NotifyOnSuccess = True +## Disables all notifications +# DisableNotifications = False + +## Koji hub plugins +## The path where plugins are found +# PluginPath = /usr/lib/koji-hub-plugins +## A space-separated list of plugins to load +# Plugins = echo ## 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 --