1
0
mirror of https://github.com/gryf/ferrit.git synced 2026-02-14 14:15:45 +01:00

Fix version string and http server output

This commit is contained in:
Szymon Datko
2019-10-25 15:19:50 +02:00
committed by gryf
parent 8960f88360
commit 524d10956c
2 changed files with 87 additions and 72 deletions

View File

@@ -27,7 +27,7 @@ openstack
openstack/nova
openstack/neutron
"""
GERRIT_CMD_VERSION = "ferrit version 1.0.0\n"
GERRIT_CMD_VERSION = "ferrit version 2.16.7\n"
GERRIT_SHELL_MSG = """\r
**** Welcome to Ferrit Code Review ****\r
\r
@@ -99,7 +99,7 @@ class Server(paramiko.ServerInterface):
def check_global_request(self, kind, msg):
LOG.debug('%s', inspect.stack()[0][3])
LOG.debug('kind: %s, msg: %s', kind, msg)
LOG.debug('kind: %s, msg: %s', kind, str(msg))
return True
def check_channel_env_request(self, channel, name, value):