mirror of
https://github.com/gryf/ferrit.git
synced 2026-02-07 16:55:47 +01:00
Fix version string once more
Apparently the Gerrit Trigger plugin only recognizes the value if it matches specific pattern. Therefore there must be "gerrit version 2.16.7" so we can use all features of the plugin.
This commit is contained in:
@@ -27,7 +27,7 @@ openstack
|
||||
openstack/nova
|
||||
openstack/neutron
|
||||
"""
|
||||
GERRIT_CMD_VERSION = "ferrit version 2.16.7\n"
|
||||
GERRIT_CMD_VERSION = "gerrit version 2.16.7\n"
|
||||
GERRIT_SHELL_MSG = """\r
|
||||
**** Welcome to Ferrit Code Review ****\r
|
||||
\r
|
||||
|
||||
Reference in New Issue
Block a user