Show More
@@ -88,7 +88,7 b' def load_environment(global_conf, app_co' | |||||
88 |
|
88 | |||
89 | repos_path = make_ui('db').configitems('paths')[0][1] |
|
89 | repos_path = make_ui('db').configitems('paths')[0][1] | |
90 | repo2db_mapper(ScmModel().repo_scan(repos_path), |
|
90 | repo2db_mapper(ScmModel().repo_scan(repos_path), | |
91 |
remove_obsolete= |
|
91 | remove_obsolete=False, install_git_hook=False) | |
92 | set_available_permissions(config) |
|
92 | set_available_permissions(config) | |
93 | config['base_path'] = repos_path |
|
93 | config['base_path'] = repos_path | |
94 | set_rhodecode_config(config) |
|
94 | set_rhodecode_config(config) |
General Comments 0
You need to be logged in to leave comments.
Login now