-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add topgrade support #102
Conversation
e520cd3
to
39cc973
Compare
Please open an issue in ublue-os/bazzite, comment isn't related to this PR as this hasn't been implemented in released builds. @Nitrousoxide Issue you received was from an initial release of the ujust update change, should be fixed thanks to you updating. |
7b92da7
to
89bfa87
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great :)
`ublue-update` recently moved to `topgrade` for executing updates (ublue-os/ublue-update#102). Because of this move, `ublue-update` needs `topgrade` to be installed in order to install the rpm: https://github.com/ublue-os/ublue-update/blob/main/ublue-update.spec
This replaces the previous update mechanism entirely with topgrade.
Note that there will need to be a 2nd PR to remove the rebase code and further simplify things once the work on the new ISO is done.
Invalidates #100