Evgeny Antyshev ccef05dede Connection names for legacy configs
It has been set like that:
connections = {'_legacy_gerrit': Connection(name='gerrit')}

This leads to that in merger.py it creates ".ssh_wrapper_gerrit" file,
basing it on key from connections dict,
but tries to use ".ssh_wrapper__legacy_gerrit", basing on connection name.

I propose to set it to "gerrit" everywhere (and the same for smtp).

Change-Id: I2c2d8bee7bcf98c5f12809f77b34e206d07b8438
2015-12-10 17:00:11 -08:00
..
2012-05-29 14:49:32 -07:00
2015-07-29 12:59:11 -07:00
2015-02-27 14:21:56 -08:00