Skip to content

Commit

Permalink
Merge pull request #5143 from jlebon/pr/extensions-print
Browse files Browse the repository at this point in the history
compose: Print transaction when composing extensions
  • Loading branch information
cgwalters authored Nov 5, 2024
2 parents 6d2548d + 52db5bd commit 9d0c4ff
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 9d0c4ff

Please sign in to comment.