From ede97bbda0da0242fe74e93cd8483982fdf060a4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 Oct 2016 17:30:09 +0200 Subject: mock: switch to dnf for F25 --- fc25i.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fc25i.cfg') diff --git a/fc25i.cfg b/fc25i.cfg index 482daf1..c531160 100644 --- a/fc25i.cfg +++ b/fc25i.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 -- cgit