Merge "Remove extra chars in launchpad bug links"
This commit is contained in:
commit
04007c0132
@ -150,6 +150,11 @@ class openstack_project::gerrit (
|
||||
match => '<li>([^ ]+) <a href=\"[^\"]+\">([^<]+)</a> : ([^ ]+)([^<]*)</li>',
|
||||
html => '<li><span class=\"comment_test_name\"><a href=\"$2\">$1</a></span> <span class=\"comment_test_result\"><span class=\"result_$3\">$3</span>$4</span></li>',
|
||||
},
|
||||
{
|
||||
name => 'launchpadbug',
|
||||
match => '<a href=\"(https://bugs\\.launchpad\\.net/[a-zA-Z0-9\\-]+/\\+bug/(\\d+))[^\"]+\">[^<]+</a>',
|
||||
html => '<a href=\"$1\">$1</a>'
|
||||
}
|
||||
],
|
||||
war => $war,
|
||||
contactstore => $contactstore,
|
||||
|
Loading…
Reference in New Issue
Block a user