diff options
Diffstat (limited to 'mock/fc13x.cfg')
-rw-r--r-- | mock/fc13x.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mock/fc13x.cfg b/mock/fc13x.cfg index 7403c1b..99e1a1c 100644 --- a/mock/fc13x.cfg +++ b/mock/fc13x.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'] = '512M' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc13x/" +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/fc13x" |