summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fc13i.cfg2
-rw-r--r--fc13it.cfg2
-rw-r--r--fc13x.cfg2
-rw-r--r--fc13xt.cfg2
-rw-r--r--fc14i.cfg2
-rw-r--r--fc14x.cfg2
-rw-r--r--fc15i.cfg3
-rw-r--r--fc15it.cfg3
-rw-r--r--fc15x.cfg3
-rw-r--r--fc15xt.cfg3
10 files changed, 24 insertions, 0 deletions
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"
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"
diff --git a/fc13x.cfg b/fc13x.cfg
index 7403c1b..99e1a1c 100644
--- a/fc13x.cfg
+++ b/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/fc13xt.cfg b/fc13xt.cfg
index 46d97c2..55af4c1 100644
--- a/fc13xt.cfg
+++ b/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/fc14i.cfg b/fc14i.cfg
index eb7bff4..343f44e 100644
--- a/fc14i.cfg
+++ b/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/fc14x.cfg b/fc14x.cfg
index 90e8472..dcbcf0f 100644
--- a/fc14x.cfg
+++ b/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/fc15i.cfg b/fc15i.cfg
index e776fdc..7727f96 100644
--- a/fc15i.cfg
+++ b/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/fc15it.cfg b/fc15it.cfg
index 7d6979d..b5f3be3 100644
--- a/fc15it.cfg
+++ b/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/fc15x.cfg b/fc15x.cfg
index 978abea..3bcec01 100644
--- a/fc15x.cfg
+++ b/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/fc15xt.cfg b/fc15xt.cfg
index 321f49c..aa8c32e 100644
--- a/fc15xt.cfg
+++ b/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"