Merge "Fix launchpadbug comment linking in Gerrit"

This commit is contained in:
Jenkins 2014-03-03 23:41:57 +00:00 committed by Gerrit Code Review
commit a876fd2050

View File

@ -155,7 +155,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>'
},
{