1ee0025c0b
Instead of leaving closed bugs around for 30 days, remove them after 5 days. If a closed bug hasn't reoccurred in 5 days there is a good chance it has been fixed correctly. The number of days to keep around a closed bug is set in by closed_age in the config file. Change-Id: I5d136173ca14a8f9e77a44e29e9499c94a417cd3
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
[recheckwatch]
|
|
pickle_dir=/var/lib/recheckwatch
|
|
template_dir=/var/lib/recheckwatch
|
|
output_file=/var/www/recheckwatch/rechecks.html
|
|
age=30 ; days
|
|
closed_age=5 ; days
|
|
regex=(?i)^(?P<verb>recheck|reverify) (?:bug|lp)[\s#:]*(?P<bugno>\d+)$
|
|
|
|
[gerrit]
|
|
host=<%= gerrit_server %>
|
|
user=<%= gerrit_user %>
|
|
key=/var/lib/recheckwatch/ssh/id_rsa
|
|
port=29418
|