-
Notifications
You must be signed in to change notification settings - Fork 45
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
Show reboot when no updates are required (and user did not reboot) #436
Conversation
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.
- Run for the first time, I was required a few updates
- after update & reboot
- After reboot, it says more update needed, asked to reboot again, rebooted.
- finally, no more reboot option
- Downgraded zlib in the Fedora 30, now the updater asked to update
- asked for a reboot (this should not happen).
@kushaldas that is expected behavior: by design, any update to fedora-30 will require a reboot. We could file a follow-up to reboot the sys-{usb,net,firewall} after updating the fedora template but the order might be complicated and would disrupt user actions should they be doing something else on the Workstation. the test plan states:
I have clarified the test plan to explicitly exclude fedora-30 |
I was testing based on
I never understood that close the updater means, close the application even when the updater said "reboot". This explains better now. |
ahh yes, sorry that was unclear @kushaldas . "close the updater" can be done by clicking the "cancel" button. Updated the test plan, sorry for the confusion |
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.
thanks @emkll! lgtm and test plan all works as advertised
@kushaldas you can either dismiss your review if you're happy with this as is and merge else if you also want to do a full review feel free
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.
Worked good. Approved.
Show reboot when no updates are required (and user did not reboot)
Status
Ready for review
Description of Changes
Fixes #435
Testing
More updates scenario
sudo dnf downgrade zlib
)Up-to-date scenario
sudo dnf downgrade zlib
)