From 3c450e0e5f06882ebbebed4b409f4bcb52db2183 Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Sun, 7 Apr 2019 01:55:18 +0300 Subject: [PATCH] use cache --- config-generator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-generator.sh b/config-generator.sh index 1d89a5f..ecc1991 100755 --- a/config-generator.sh +++ b/config-generator.sh @@ -32,9 +32,9 @@ config_opts['urpm_options'] = '$extra_cfg_urpm_options' config_opts['root'] = '$platform_name-$platform_arch' config_opts['chroot_setup'] = 'basesystem-minimal basesystem-build xz timezone' #config_opts['urpm_options'] = '--xml-info=never $extra_cfg_urpm_options' -config_opts['plugin_conf']['root_cache_enable'] = False +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'] = 1 config_opts['plugin_conf']['ccache_enable'] = False config_opts['plugin_conf']['tmpfs_enable'] = False