Skip to content

Commit

Permalink
compose: Print transaction when composing extensions
Browse files Browse the repository at this point in the history
Makes it on par with the base compose stuff. The information about which
package is coming from which repo is really useful for debugging things.
  • Loading branch information
jlebon committed Nov 4, 2024
1 parent 6d2548d commit 52db5bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/rpmostree-compose-builtin-tree.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1686,6 +1686,8 @@ rpmostree_compose_builtin_extensions (int argc, char **argv, RpmOstreeCommandInv
if (!rpmostree_context_prepare (ctx, FALSE, cancellable, error))
return FALSE;

rpmostree_print_transaction (rpmostree_context_get_dnf (ctx));

if (!glnx_shutil_mkdir_p_at (AT_FDCWD, opt_extensions_output_dir, 0755, cancellable, error))
return FALSE;

Expand Down

0 comments on commit 52db5bd

Please sign in to comment.