Skip to content

Commit

Permalink
config: centos-8 and centos-stream to use dnf.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Feb 8, 2020
1 parent 5f9dd01 commit 6178c7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/templates/centos-8.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'centos:8'


config_opts['yum.conf'] = """
config_opts['dnf.conf'] = """
[main]
keepcache=1
debuglevel=2
Expand Down
2 changes: 1 addition & 1 deletion mock-core-configs/etc/mock/templates/centos-stream.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ config_opts['dnf_vars'] = { 'stream': '8-stream',
'contentdir': 'centos',
}

config_opts['yum.conf'] = """
config_opts['dnf.conf'] = """
[main]
keepcache=1
debuglevel=2
Expand Down

0 comments on commit 6178c7e

Please sign in to comment.