-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system-upgrade: bugfixes, output changes
Fix a couple issues that came up when writing the system-upgrade and offline tests: - Fix system-upgrade download --no-downgrade - Print more transaction tables, mainly so the tests can parse them - Exit cleanly when `dnf5 offline _execute` is run but there is no valid state file. This is important for when DNF 4 is running a system upgrade but DNF 5 is also installed, as dnf5-offline-transaction.service will otherwise interfere with the DNF 4 system-upgrade. - Clean command now deletes the /system-update magic symlink - system-upgrade download is now simplified to use more of main.cpp's general transaction flow, but it doesn't print the "Download complete!" message at the end or log a message marked with DOWNLOAD_FINISHED_ID.
- Loading branch information
1 parent
e0ae9be
commit 98fc1bc
Showing
5 changed files
with
33 additions
and
39 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