Fix launchpadbug comment linking in Gerrit

Change-Id: I4e3dbd0ebc194097db542cfacb79fc2aece64ac6
Closes-Bug: #1276449
This commit is contained in:
Mat Lowery 2014-02-06 23:19:24 -06:00
parent 295a389efe
commit f9a59e0038

View File

@ -151,7 +151,7 @@ class openstack_project::gerrit (
},
{
name => 'launchpadbug',
match => '<a href=\"(https://bugs\\.launchpad\\.net/[a-zA-Z0-9\\-]+/\\+bug/(\\d+))[^\"]+\">[^<]+</a>',
match => '<a href=\"(https://bugs\\.launchpad\\.net/[a-zA-Z0-9\\-]+/\\+bug/(\\d+))[^\"]*\">[^<]+</a>',
html => '<a href=\"$1\">$1</a>'
},
{