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 | 63b1760cc686618e36bd9e84631231de23af5e2a (patch) | |
tree | 46755b6844fc2021bdd86240be0b45911361cec2 /mock/fc25xscl55.cfg | |
parent | 0c62f12284a61aa36c4fe2a629320f671f8b95b4 (diff) |
mock: switch to dnf for F25
Diffstat (limited to 'mock/fc25xscl55.cfg')
-rw-r--r-- | mock/fc25xscl55.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mock/fc25xscl55.cfg b/mock/fc25xscl55.cfg index 202d772..08ce3af 100644 --- a/mock/fc25xscl55.cfg +++ b/mock/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 |