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 /fc25x71.cfg | |
parent | fa868c5ad55e1a5ba3c5c9a40bc226e34010c635 (diff) |
mock: switch to dnf for F25
Diffstat (limited to 'fc25x71.cfg')
-rw-r--r-- | fc25x71.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fc25x71.cfg b/fc25x71.cfg index 3774204..55ae05d 100644 --- a/fc25x71.cfg +++ b/fc25x71.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'fc25x' config_opts['target_arch'] = 'x86_64' 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 |