system-config/modules/recheckwatch/templates/recheckwatch.conf.erb
James E. Blair 08b0cb94dc Fix recheckwatch conf file.
Apparently we have two standards for [gerrit] sections.

Change-Id: Id6c3e2afa0bd294a60c64d0f23768d748ccf9491
Reviewed-on: https://review.openstack.org/18452
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2012-12-20 01:05:36 +00:00

13 lines
324 B
Plaintext

[recheckwatch]
pickle_dir=/var/lib/recheckwatch
template_dir=/var/lib/recheckwatch
output_file=/var/www/recheckwatch/rechecks.html
age=30 ; 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