diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-09-23 15:42:57 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-09-23 15:42:57 +0200 | 
| commit | 969670dba53774419b91cf28590f548d3e2c2744 (patch) | |
| tree | 9f8f9cdfdcef2ce82a25d1da66bcfe083070e393 | |
| parent | ed478531d6a657d56654e9ff39fc064a47af6eb8 (diff) | |
tweak mock config
| -rw-r--r-- | fc13i.cfg | 2 | ||||
| -rw-r--r-- | fc13it.cfg | 2 | ||||
| -rw-r--r-- | fc13x.cfg | 2 | ||||
| -rw-r--r-- | fc13xt.cfg | 2 | ||||
| -rw-r--r-- | fc14i.cfg | 2 | ||||
| -rw-r--r-- | fc14x.cfg | 2 | ||||
| -rw-r--r-- | fc15i.cfg | 3 | ||||
| -rw-r--r-- | fc15it.cfg | 3 | ||||
| -rw-r--r-- | fc15x.cfg | 3 | ||||
| -rw-r--r-- | fc15xt.cfg | 3 | 
10 files changed, 24 insertions, 0 deletions
@@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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" @@ -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"  | 
