settings: remove links to rccontrol from settings and default to the docker image paths
This commit is contained in:
parent
16c169bec2
commit
0b73535140
1 changed files with 3 additions and 3 deletions
|
|
@ -42,9 +42,9 @@ def _sanitize_settings_and_apply_defaults(settings):
|
|||
settings_maker.make_setting(config_keys.wrapper_cmd, '')
|
||||
settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '')
|
||||
|
||||
settings_maker.make_setting(config_keys.ssh_hg_bin, '~/.rccontrol/vcsserver-1/profile/bin/hg')
|
||||
settings_maker.make_setting(config_keys.ssh_git_bin, '~/.rccontrol/vcsserver-1/profile/bin/git')
|
||||
settings_maker.make_setting(config_keys.ssh_svn_bin, '~/.rccontrol/vcsserver-1/profile/bin/svnserve')
|
||||
settings_maker.make_setting(config_keys.ssh_hg_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/hg')
|
||||
settings_maker.make_setting(config_keys.ssh_git_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/git')
|
||||
settings_maker.make_setting(config_keys.ssh_svn_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/svnserve')
|
||||
|
||||
settings_maker.env_expand()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue