Merge "fix bug regex to allow for spaces after colon"

This commit is contained in:
Jenkins 2013-10-23 17:13:32 +00:00 committed by Gerrit Code Review
commit fa2efc1f4f

View File

@ -131,7 +131,7 @@ class openstack_project::gerrit (
},
{
name => 'bugheader',
match => '^([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:[\\s#]?(\\d+)$',
match => '([Cc]loses|[Pp]artial|[Rr]elated)-[Bb]ug:\\s*#?(\\d+)',
link => 'https://launchpad.net/bugs/$2',
},
{