Skip to content

Commit

Permalink
add change_hook config as possible config
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed May 10, 2015
1 parent b8f70cb commit ed0724c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/buildbot/config.py
Expand Up @@ -592,7 +592,8 @@ def load_www(self, filename, config_dict):
allowed = set(['port', 'debug', 'json_cache_seconds',
'rest_minimum_version', 'allowed_origins', 'jsonp',
'plugins', 'auth', 'avatar_methods', 'logfileName',
'logRotateLength', 'maxRotatedFiles', 'versions'])
'logRotateLength', 'maxRotatedFiles', 'versions',
'change_hook_dialects', 'change_hook_auth'])
unknown = set(www_cfg.iterkeys()) - allowed
if unknown:
error("unknown www configuration parameter(s) %s" %
Expand Down

0 comments on commit ed0724c

Please sign in to comment.