Allow to customize values in .gitreview file
There might be situation when project creation can be done from
other "endpoint" then common users have access. So we need to have
an ability to customise GERRIT_HOST and GERRIT_PORT parameters
inside .gitreview file for newly created project.
This change adds two parameters, that can be re-defined in
projects.ini file to format correct connection string to gerrit:
* GITREVIEW_GERRIT_HOST (by default = GERRIT_HOST)
* GITREVIEW_GERRIT_PORT (by default = GERRIT_PORT)
Change-Id: Ie3fc35c5b6714c579314faa18160594aeae79cb7
1 file changed