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 --- fc25xscl55.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fc25xscl55.cfg') diff --git a/fc25xscl55.cfg b/fc25xscl55.cfg index 202d772..08ce3af 100644 --- a/fc25xscl55.cfg +++ b/fc25xscl55.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl55fc25x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-build php55-php-devel php55-php-pear' 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' @@ -40,6 +41,8 @@ retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 +fastestmirror=1 +max_parallel_downloads=6 # repos -- cgit