diff options
Diffstat (limited to 'gentooci.cfg')
-rw-r--r-- | gentooci.cfg | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gentooci.cfg b/gentooci.cfg index 474da76..4aecf35 100644 --- a/gentooci.cfg +++ b/gentooci.cfg @@ -49,9 +49,10 @@ c['worker_config'] = { # This specifies bug configs c['bug_config'] = { 'enable' : True, - 'aout_assignee' : False, + 'auto_assignee' : False, 'user' : 'LarryTheCow@Cow.mu', 'extra_summery' : '', + 'min_match_word' : 2, 'buildbot_comment' : [ 'This was build on a tinderbox that use Buildbot API[1].', 'We use docker images to build on.', |