##// END OF EJS Templates
settings: remove links to rccontrol from settings and default to the docker image paths
super-admin -
r5315:add25550 default
parent child Browse files
Show More
@@ -42,9 +42,9 b' def _sanitize_settings_and_apply_default'
42 settings_maker.make_setting(config_keys.wrapper_cmd, '')
42 settings_maker.make_setting(config_keys.wrapper_cmd, '')
43 settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '')
43 settings_maker.make_setting(config_keys.authorized_keys_line_ssh_opts, '')
44
44
45 settings_maker.make_setting(config_keys.ssh_hg_bin, '~/.rccontrol/vcsserver-1/profile/bin/hg')
45 settings_maker.make_setting(config_keys.ssh_hg_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/hg')
46 settings_maker.make_setting(config_keys.ssh_git_bin, '~/.rccontrol/vcsserver-1/profile/bin/git')
46 settings_maker.make_setting(config_keys.ssh_git_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/git')
47 settings_maker.make_setting(config_keys.ssh_svn_bin, '~/.rccontrol/vcsserver-1/profile/bin/svnserve')
47 settings_maker.make_setting(config_keys.ssh_svn_bin, '/usr/local/bin/rhodecode_bin/vcs_bin/svnserve')
48
48
49 settings_maker.env_expand()
49 settings_maker.env_expand()
50
50
General Comments 0
You need to be logged in to leave comments. Login now