From: Georges Discry Date: Sat, 22 Apr 2023 10:13:30 +0000 (+0200) Subject: Display "Skeleton Trees" in the summary again X-Git-Tag: v15~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d72209b3e1e900b11a6ba044814a28b02a623f79;p=thirdparty%2Fmkosi.git Display "Skeleton Trees" in the summary again The skeleton trees were lost from the summary with e1bbc39. --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index ddeda244f..b523fbff0 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -1448,6 +1448,7 @@ def print_summary(config: MkosiConfig) -> None: Packages: {line_join_list(config.packages)} With Documentation: {yes_no(config.with_docs)} Package Cache: {none_to_none(config.cache_dir)} + Skeleton Trees: {line_join_source_target_list(config.skeleton_trees)} Extra Trees: {line_join_source_target_list(config.extra_trees)} Clean Package Metadata: {yes_no_auto(config.clean_package_metadata)} Remove Files: {line_join_list(config.remove_files)}