From 969670dba53774419b91cf28590f548d3e2c2744 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 23 Sep 2013 15:42:57 +0200 Subject: tweak mock config --- fc13i.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fc13i.cfg') diff --git a/fc13i.cfg b/fc13i.cfg index d80e2a3..f2f19b3 100644 --- a/fc13i.cfg +++ b/fc13i.cfg @@ -6,6 +6,8 @@ config_opts['dist'] = 'fc13' # only useful for --resultdir variable subst config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc13i/" +config_opts['plugin_conf']['yum_cache_opts']['max_age_days'] = 1500 +config_opts['plugin_conf']['root_cache_opts']['max_age_days'] = 1500 config_opts['basedir'] = '/dev/shm/' config_opts['resultdir'] = "/var/lib/mock/fc13i" -- cgit