Copr mock configs should use yum.conf, not dnf.conf

mockchain always appends extra repositories to yum.conf, even if dnf
is set as package manager.  When both dnf.conf and yum.conf are
present, dnf uses only the first one and doesn't use repos added by
mockchain.
This commit is contained in:
Mikolaj Izdebski 2016-10-04 08:12:38 +02:00
parent 0b448ab15c
commit b0156109a7
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ config_opts['chroot_setup_cmd'] = ''
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['package_manager'] = 'dnf'
config_opts['dnf.conf'] = """
config_opts['yum.conf'] = """
[main]
keepcache=1
debuglevel=2

View file

@ -5,7 +5,7 @@ config_opts['chroot_setup_cmd'] = ''
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['package_manager'] = 'dnf'
config_opts['dnf.conf'] = """
config_opts['yum.conf'] = """
[main]
keepcache=1
debuglevel=2

View file

@ -5,7 +5,7 @@ config_opts['chroot_setup_cmd'] = ''
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['package_manager'] = 'dnf'
config_opts['dnf.conf'] = """
config_opts['yum.conf'] = """
[main]
keepcache=1
debuglevel=2