Merge "Root the Change-Id and commit commentlinks"

This commit is contained in:
Jenkins 2015-07-16 21:49:36 +00:00 committed by Gerrit Code Review
commit f68f08620a

View File

@ -173,12 +173,12 @@ class openstack_project::gerrit (
{
name => 'changeid',
match => '(I[0-9a-f]{8,40})',
link => '#q,$1,n,z',
link => '/#q,$1,n,z',
},
{
name => 'gitsha',
match => '(<p>|[\\s(])([0-9a-f]{40})(</p>|[\\s.,;:)])',
html => '$1<a href=\"#q,$2,n,z\">$2</a>$3',
html => '$1<a href=\"/#q,$2,n,z\">$2</a>$3',
},
],
trackingids => [