Skip to content

Commit

Permalink
dnf-context: Prepare for disabling the filelists by default
Browse files Browse the repository at this point in the history
Aligned with changes in `Repo`, the default behavior will be not to download filelists.
  • Loading branch information
jan-kolarik committed Nov 7, 2023
1 parent a34ef45 commit 3318b63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libdnf/dnf-context.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ dnf_context_init(DnfContext *context)
priv->install_root = g_strdup("/");
priv->check_disk_space = TRUE;
priv->check_transaction = TRUE;
// TODO(jkolarik): Remove when the system-wide change proposal is accepted
priv->enable_filelists = TRUE;
priv->write_history = TRUE;
priv->state = dnf_state_new();
Expand Down

0 comments on commit 3318b63

Please sign in to comment.