summaryrefslogtreecommitdiffstats
path: root/fc13it.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
commit969670dba53774419b91cf28590f548d3e2c2744 (patch)
tree9f8f9cdfdcef2ce82a25d1da66bcfe083070e393 /fc13it.cfg
parented478531d6a657d56654e9ff39fc064a47af6eb8 (diff)
tweak mock config
Diffstat (limited to 'fc13it.cfg')
-rw-r--r--fc13it.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/fc13it.cfg b/fc13it.cfg
index 66d54d2..6c92a87 100644
--- a/fc13it.cfg
+++ b/fc13it.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['macros']['%_topdir']="/builddir/build"
config_opts['macros']['%_smp_mflags']="-j3"