diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-20 17:30:09 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-20 17:30:09 +0200 |
commit | ede97bbda0da0242fe74e93cd8483982fdf060a4 (patch) | |
tree | a4e1ee67622769cfa011e4c72aed2308c30abbfd /fc25i71.cfg | |
parent | fa868c5ad55e1a5ba3c5c9a40bc226e34010c635 (diff) |
mock: switch to dnf for F25
Diffstat (limited to 'fc25i71.cfg')
-rw-r--r-- | fc25i71.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fc25i71.cfg b/fc25i71.cfg index d589228..1d5d679 100644 --- a/fc25i71.cfg +++ b/fc25i71.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'fc25i' config_opts['target_arch'] = 'i686' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'fc25' # only useful for --resultdir variable subst +config_opts['package_manager'] = 'dnf' config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' @@ -37,6 +38,8 @@ retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 +fastestmirror=1 +max_parallel_downloads=6 # repos |