diff options
| author | Remi Collet <remi@remirepo.net> | 2017-07-05 20:04:44 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-07-05 20:04:44 +0200 | 
| commit | cf8a5decee4af5ba957c9f78a8bc096a204d1d1d (patch) | |
| tree | 4366cae8ea4f6bca5fddf3334fd3c3af453ffb78 | |
| parent | 300f6407f509ac2e1e0c60af260e14f7da94f3ca (diff) | |
fix for mock 1.4 (2)
| -rw-r--r-- | el6i71.cfg | 1 | ||||
| -rw-r--r-- | el6it.cfg | 1 | 
2 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,7 @@ config_opts['root'] = 'el6i'  config_opts['target_arch'] = 'i686'  config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'  config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst +config_opts['use_nspawn'] = False  config_opts['plugin_conf']['ccache_enable'] = True  config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' @@ -2,6 +2,7 @@ config_opts['root'] = 'el6i'  config_opts['target_arch'] = 'i686'  config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build'  config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst +config_opts['use_nspawn'] = False  config_opts['plugin_conf']['ccache_enable'] = True  config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G'  | 
