mirror of
https://tvoygit.ru/Djam/r11-builder-agent.git
synced 2025-02-24 02:42:46 +00:00
add age check
This commit is contained in:
parent
e02dde9842
commit
1960e0743e
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ config_opts['root'] = '$platform_name-$platform_arch'
|
||||||
config_opts['chroot_setup'] = 'basesystem-minimal basesystem-build xz timezone'
|
config_opts['chroot_setup'] = 'basesystem-minimal basesystem-build xz timezone'
|
||||||
#config_opts['urpm_options'] = '--xml-info=never $extra_cfg_urpm_options'
|
#config_opts['urpm_options'] = '--xml-info=never $extra_cfg_urpm_options'
|
||||||
config_opts['plugin_conf']['root_cache_enable'] = True
|
config_opts['plugin_conf']['root_cache_enable'] = True
|
||||||
|
config_opts['plugin_conf']['root_cache_opts']['age_check'] = True
|
||||||
config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 2
|
config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 2
|
||||||
config_opts['plugin_conf']['ccache_enable'] = False
|
config_opts['plugin_conf']['ccache_enable'] = False
|
||||||
config_opts['use_system_media'] = False
|
config_opts['use_system_media'] = False
|
||||||
|
|
Loading…
Add table
Reference in a new issue