summaryrefslogtreecommitdiffstats
path: root/mock/fc15x.cfg
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-09-23 15:42:57 +0200
committerRemi Collet <fedora@famillecollet.com>2013-09-23 15:42:57 +0200
commit5fed4348c913643e4a198058a54eaf486f2e44a9 (patch)
tree7ea17fe25c8872ab83edc8605e7fc5680d431980 /mock/fc15x.cfg
parentd49028a9ae70f340f92f0c8beccdc65ea8ab2e26 (diff)
tweak mock config
Diffstat (limited to 'mock/fc15x.cfg')
-rw-r--r--mock/fc15x.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/mock/fc15x.cfg b/mock/fc15x.cfg
index 978abea..3bcec01 100644
--- a/mock/fc15x.cfg
+++ b/mock/fc15x.cfg
@@ -6,6 +6,9 @@ config_opts['dist'] = 'fc15' # 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.fc15x/"
+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/fc15x"