blob: 993b9af9e7dbb2210a9086dc3767a8ce8d05bdf5 [file] [log] [blame]
[db]
dburl = 'sqlite:////home/user/work/temp/peebz.sqlite3'
[notify]
neverto = ['*@kernel-bugs.*', 'bugbot@kernel.org']
never_if_creator = ['bugbot@kernel.org']
never_if_text_matches = ['*has been marked as a duplicate of*']
fromaddr = 'Kernel.org Bugbot <bugbot@kernel.org>'
smtpserver = 'localhost'
smtpport = 25
[bugzilla]
apikey = '<omitted>'
name = 'Kernel.org Bugzilla'
url = 'https://bugzilla.kernel.org'
resturl = 'https://bugzilla.kernel.org/rest'
bugmask = 'https://bugzilla.kernel.org/show_bug.cgi?id={bug_id}'
commentmask = 'https://bugzilla.kernel.org/show_bug.cgi?id={bug_id}#c{comment_count}'
attachmask = 'https://bugzilla.kernel.org/attachment.cgi?id={attachment_id}'
linkmask = 'https://msgid.link/{msgid}'
subsystem_cf = 'cf_subsystem'
maintainers_url = 'https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/MAINTAINERS'
[mimetypes]
deny = [ 'text/html', 'application/*-signature' ]
[logging]
logfile = 'peebz.log'
loglevel = 'info'
[components.'Linux'.'Kernel']
new_bug_send_notification = true
pi_query = '(nq:"bugbot on" OR nq:"bugbot assign")'
pi_must_bz_groups = ['editbugs']
pi_url = 'https://lore.kernel.org/all/'
pi_assign_regex = '^bugbot assign to (\S+)'
bz_new_bugs_quicksearch = 'OPEN flag:bugbot+'
bz_privacy_mode = true
alwayscc = ['bugs@lists.linux.dev']
[templates]
parse_bug_intro = '${author} writes:'
parse_bug_intro_with_count = '${author} replies to comment #${comment_count}:'
parse_bug_outro = '(via ${msgid_link})'
new_bug_notify = '''
Hello:
This conversation is now tracked by ${bzname}:
${bug_url}
There is no need to do anything else, just keep talking.
'''
new_comment_notify = '''
${comment_author} writes via ${bzname}:
${comment_text}
View: ${comment_url}
You can reply to this message to join the discussion.
'''
new_attachment_notify = '''
${comment_author} added a new attachment via ${bzname}.
You can download it by following the link below.
File: ${file_name} (${content_type})
Size: ${human_size}
Link: ${attachment_url}
---
${summary}
You can reply to this message to join the discussion.
'''
botsig = '''
--
Deet-doot-dot, I am a bot.
${myname} (${appname} ${appver})
'''