diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-05 07:29:37 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-05 07:29:37 +0200 |
commit | 300f6407f509ac2e1e0c60af260e14f7da94f3ca (patch) | |
tree | baa4d50471ffca6f80d730ada8a300ded7177487 /el6t55.cfg | |
parent | 0e761dd381af99bb686cae5322572d2200c77ac3 (diff) |
fix for mock 1.4
Diffstat (limited to 'el6t55.cfg')
-rw-r--r-- | el6t55.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ config_opts['root'] = 'el6x' config_opts['target_arch'] = 'x86_64' 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' |