diff options
Diffstat (limited to 'mock')
-rw-r--r-- | mock/fc13i.cfg | 2 | ||||
-rw-r--r-- | mock/fc13it.cfg | 2 | ||||
-rw-r--r-- | mock/fc13x.cfg | 2 | ||||
-rw-r--r-- | mock/fc13xt.cfg | 2 | ||||
-rw-r--r-- | mock/fc14i.cfg | 2 | ||||
-rw-r--r-- | mock/fc14x.cfg | 2 | ||||
-rw-r--r-- | mock/fc15i.cfg | 3 | ||||
-rw-r--r-- | mock/fc15it.cfg | 3 | ||||
-rw-r--r-- | mock/fc15x.cfg | 3 | ||||
-rw-r--r-- | mock/fc15xt.cfg | 3 |
10 files changed, 24 insertions, 0 deletions
diff --git a/mock/fc13i.cfg b/mock/fc13i.cfg index d80e2a3..f2f19b3 100644 --- a/mock/fc13i.cfg +++ b/mock/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" diff --git a/mock/fc13it.cfg b/mock/fc13it.cfg index 66d54d2..6c92a87 100644 --- a/mock/fc13it.cfg +++ b/mock/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" 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" diff --git a/mock/fc13xt.cfg b/mock/fc13xt.cfg index 46d97c2..55af4c1 100644 --- a/mock/fc13xt.cfg +++ b/mock/fc13xt.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.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['macros']['%_topdir']="/builddir/build" config_opts['macros']['%_smp_mflags']="-j3" diff --git a/mock/fc14i.cfg b/mock/fc14i.cfg index eb7bff4..343f44e 100644 --- a/mock/fc14i.cfg +++ b/mock/fc14i.cfg @@ -6,6 +6,8 @@ config_opts['dist'] = 'fc14' # 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.fc14i/" +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/fc14i" diff --git a/mock/fc14x.cfg b/mock/fc14x.cfg index 90e8472..dcbcf0f 100644 --- a/mock/fc14x.cfg +++ b/mock/fc14x.cfg @@ -6,6 +6,8 @@ config_opts['dist'] = 'fc14' # 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.fc14x/" +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/fc14x" diff --git a/mock/fc15i.cfg b/mock/fc15i.cfg index e776fdc..7727f96 100644 --- a/mock/fc15i.cfg +++ b/mock/fc15i.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.fc15i/" +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/fc15i" diff --git a/mock/fc15it.cfg b/mock/fc15it.cfg index 7d6979d..b5f3be3 100644 --- a/mock/fc15it.cfg +++ b/mock/fc15it.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.fc15i/" +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/fc15i" 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" diff --git a/mock/fc15xt.cfg b/mock/fc15xt.cfg index 321f49c..aa8c32e 100644 --- a/mock/fc15xt.cfg +++ b/mock/fc15xt.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" |