Skip to content

Commit 6ac3572

Browse files
committed
add microdnf defaults to site-defaults.cfg
1 parent f434cc5 commit 6ac3572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mock/etc/mock/site-defaults.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,12 @@ config_opts['bootstrap_module_install'] = []
346346
# config_opts['dnf_common_opts'] = ['--disableplugin=local', '--setopt=deltarpm=False']
347347
# config_opts['yum_builddep_opts'] = []
348348
# config_opts['dnf_builddep_opts'] = []
349+
# config_opts['microdnf_command'] = '/usr/bin/microdnf'
350+
## "dnf-install" is special keyword which tells mock to use install but with DNF
351+
# config_opts['microdnf_install_command'] = 'dnf-install microdnf dnf dnf-plugins-core distribution-gpg-keys'
352+
# config_opts['microdnf_builddep_command'] = '/usr/bin/dnf'
353+
# config_opts['microdnf_builddep_opts'] = []
354+
# config_opts['microdnf_common_opts'] = []
349355
# config_opts['priorities.conf'] = 'put file contents here.'
350356
# config_opts['rhnplugin.conf'] = 'put file contents here.'
351357
## Important! You should register your host machine first!

0 commit comments

Comments
 (0)