Skip to content

Commit

Permalink
mock: document why we set the bootstrap_ config options
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jun 26, 2023
1 parent 553beb5 commit 73f6965
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mock/py/mockbuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,8 @@ def setup_default_config_opts():
config_opts['module_setup_commands'] = []
config_opts['forcearch'] = None

# Initialize all the bootstrap configuration (bootstrap_ prefixed) we don't
# want to automatically inherit from the target buildroot configuration.
config_opts['bootstrap_chroot_additional_packages'] = []
config_opts['bootstrap_module_enable'] = []
config_opts['bootstrap_module_install'] = []
Expand Down

0 comments on commit 73f6965

Please sign in to comment.