File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -346,6 +346,12 @@ config_opts['bootstrap_module_install'] = []
346
346
# config_opts['dnf_common_opts'] = ['--disableplugin=local', '--setopt=deltarpm=False']
347
347
# config_opts['yum_builddep_opts'] = []
348
348
# 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'] = []
349
355
# config_opts['priorities.conf'] = 'put file contents here.'
350
356
# config_opts['rhnplugin.conf'] = 'put file contents here.'
351
357
# # Important! You should register your host machine first!
You can’t perform that action at this time.
0 commit comments