Skip to content

Commit

Permalink
Merge pull request #2653 from alyssarosenzweig/bug/custom-exclude-fs
Browse files Browse the repository at this point in the history
Honour custom exclude for filesystem builds
  • Loading branch information
Conan-Kudo authored Sep 24, 2024
2 parents 8c805d1 + 230ada9 commit ddc7ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kiwi/builder/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ def _operate_on_file(self) -> None:
) as filesystem:
filesystem.create_on_file(
self.filename, self.label,
Defaults.get_exclude_list_for_root_data_sync()
Defaults.get_exclude_list_for_root_data_sync() + Defaults.
get_exclude_list_from_custom_exclude_files(self.root_dir)
)

0 comments on commit ddc7ad0

Please sign in to comment.