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>',
|
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>',
|
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,
|
war => $war,
|
||||||
contactstore => $contactstore,
|
contactstore => $contactstore,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user