gerrit: Update quotes for 3.3
The gerrit config diff after the 3.3 ugprade [1] seems to remove some quotes. We also quote the bug URL, because it seems to think the trailing # is a comment now. [1] https://etherpad.opendev.org/p/gerrit-upgrade-3.3 Change-Id: I3ca0ec925a0e6da33a1cbe2333c118b1baa7257c
This commit is contained in:
parent
fed8ec476b
commit
fee2aba4cd
@ -6,7 +6,7 @@
|
|||||||
canonicalWebUrl = https://{{ gerrit_vhost_name }}/
|
canonicalWebUrl = https://{{ gerrit_vhost_name }}/
|
||||||
changeScreen = OLD_UI
|
changeScreen = OLD_UI
|
||||||
reportBugText = Get Help
|
reportBugText = Get Help
|
||||||
reportBugUrl = https://docs.openstack.org/infra/system-config/project.html#contributing
|
reportBugUrl = "https://docs.openstack.org/infra/system-config/project.html#contributing"
|
||||||
gitHttpUrl = https://{{ gerrit_vhost_name }}/
|
gitHttpUrl = https://{{ gerrit_vhost_name }}/
|
||||||
serverId = {{ gerrit_serverid }}
|
serverId = {{ gerrit_serverid }}
|
||||||
{% if not gerrit_run_init_dev_mode %}
|
{% if not gerrit_run_init_dev_mode %}
|
||||||
@ -83,52 +83,52 @@
|
|||||||
enableSignedPush = false
|
enableSignedPush = false
|
||||||
[commentlink "bugheader"]
|
[commentlink "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"
|
link = https://launchpad.net/bugs/$2
|
||||||
html = ""
|
html =
|
||||||
[commentlink "bug"]
|
[commentlink "bug"]
|
||||||
match = "\\b[Bb]ug:? #?(\\d+)"
|
match = "\\b[Bb]ug:? #?(\\d+)"
|
||||||
link = "https://launchpad.net/bugs/$1"
|
link = https://launchpad.net/bugs/$1
|
||||||
html = ""
|
html =
|
||||||
[commentlink "story"]
|
[commentlink "story"]
|
||||||
match = "\\b[Ss]tory:? #?(\\d+)"
|
match = "\\b[Ss]tory:? #?(\\d+)"
|
||||||
link = "{{ gerrit_storyboard_url }}/#!/story/$1"
|
link = "{{ gerrit_storyboard_url }}/#!/story/$1"
|
||||||
html = ""
|
html =
|
||||||
[commentlink "task"]
|
[commentlink "task"]
|
||||||
match = "\\b[Tt]ask:? #?(\\d+)"
|
match = "\\b[Tt]ask:? #?(\\d+)"
|
||||||
link = "{{ gerrit_storyboard_url }}/#!/task/$1"
|
link = "{{ gerrit_storyboard_url }}/#!/task/$1"
|
||||||
html = ""
|
html =
|
||||||
[commentlink "its-storyboard"]
|
[commentlink "its-storyboard"]
|
||||||
match = "\\b[Tt]ask:? #?(\\d+)"
|
match = "\\b[Tt]ask:? #?(\\d+)"
|
||||||
link = "task: $1"
|
link = task: $1
|
||||||
html = ""
|
html =
|
||||||
[commentlink "blueprint"]
|
[commentlink "blueprint"]
|
||||||
match = "(\\b[Bb]lue[Pp]rint\\b|\\b[Bb][Pp]\\b)[ \\t#:]*([A-Za-z0-9\\-]+)"
|
match = "(\\b[Bb]lue[Pp]rint\\b|\\b[Bb][Pp]\\b)[ \\t#:]*([A-Za-z0-9\\-]+)"
|
||||||
link = "https://blueprints.launchpad.net/openstack/?searchtext=$2"
|
link = https://blueprints.launchpad.net/openstack/?searchtext=$2
|
||||||
html = ""
|
html =
|
||||||
[commentlink "changeid"]
|
[commentlink "changeid"]
|
||||||
match = "(I[0-9a-f]{8,40})"
|
match = (I[0-9a-f]{8,40})
|
||||||
link = "/#/q/$1"
|
link = "/#/q/$1"
|
||||||
html = ""
|
html =
|
||||||
[commentlink "gitsha"]
|
[commentlink "gitsha"]
|
||||||
match = "(<p>|[\\s(])([0-9a-f]{40})(</p>|[\\s.,;:)])"
|
match = "(<p>|[\\s(])([0-9a-f]{40})(</p>|[\\s.,;:)])"
|
||||||
link = ""
|
link =
|
||||||
html = "$1<a href=\"/#/q/$2\">$2</a>$3"
|
html = "$1<a href=\"/#/q/$2\">$2</a>$3"
|
||||||
[its-storyboard]
|
[its-storyboard]
|
||||||
url = {{ gerrit_storyboard_url }}
|
url = {{ gerrit_storyboard_url }}
|
||||||
[trackingid "launchpad-bug"]
|
[trackingid "launchpad-bug"]
|
||||||
match = "\\#?(\\d+)"
|
match = "\\#?(\\d+)"
|
||||||
footer = "closes-bug:"
|
footer = closes-bug:
|
||||||
footer = "partial-bug:"
|
footer = partial-bug:
|
||||||
footer = "related-bug:"
|
footer = related-bug:
|
||||||
system = "Launchpad"
|
system = Launchpad
|
||||||
[trackingid "storyboard-story"]
|
[trackingid "storyboard-story"]
|
||||||
match = "\\#?(\\d+)"
|
match = "\\#?(\\d+)"
|
||||||
footer = "story:"
|
footer = story:
|
||||||
system = "Storyboard"
|
system = Storyboard
|
||||||
[trackingid "storyboard-task"]
|
[trackingid "storyboard-task"]
|
||||||
match = "\\#?(\\d+)"
|
match = "\\#?(\\d+)"
|
||||||
footer = "task:"
|
footer = task:
|
||||||
system = "Storyboard"
|
system = Storyboard
|
||||||
[theme]
|
[theme]
|
||||||
backgroundColor = ffffff
|
backgroundColor = ffffff
|
||||||
topMenuColor = ffffff
|
topMenuColor = ffffff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user