mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 00:44:16 +02:00
0.9.0
This commit is contained in:
@@ -3,5 +3,12 @@ from bauh.gems.arch import CONFIG_FILE
|
||||
|
||||
|
||||
def read_config(update_file: bool = False) -> dict:
|
||||
template = {'optimize': True, 'transitive_checking': True, "sync_databases": True, "simple_checking": False}
|
||||
template = {'optimize': True,
|
||||
"sync_databases": True,
|
||||
"clean_cached": True,
|
||||
'arch': True,
|
||||
'repositories': True,
|
||||
"refresh_mirrors_startup": False,
|
||||
"sync_databases_startup": True,
|
||||
'mirrors_sort_limit': 5}
|
||||
return read(CONFIG_FILE, template, update_file=update_file)
|
||||
|
||||
Reference in New Issue
Block a user