-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable downloading filelists by default
Disable filelists from being downloaded by default for Fedora 40. Adds the `DNF_CONTEXT_SETUP_SACK_FLAG_SKIP_FILELISTS` where applicable, which prevents the filelists from being downloaded. For the changes in `rpmostree_context_prepare()`, disabling filelists is conditional on whether a filepath was specified for `rpm-ostree install` (ie. rpm-ostree install /usr/bin/htop). For the changes in refresh_md_transaction_execute(), `rpm-ostree refresh-md` will not download filelists if they were not previously downloaded. If they were previously downloaded, the filelists will be updated. Since there are many functions affected by this change, the option to return to the previous filelist behaviour is also implemented. This is done by adding: [Service] Environment="DOWNLOAD_FILELISTS=true" in a newly created conf file under /etc/systemd/system/rpm-ostreed.service.d For example: /etc/systemd/system/rpm-ostreed.service.d/filelists.conf
- Loading branch information
1 parent
a10cffa
commit 340f2aa
Showing
11 changed files
with
317 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.