-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
qubes-dom0-update
ignores --check-only
option
#7417
Comments
qubes-dom0-update
ignores --check-only
option
The updatevm script does need this option too, for two reasons: - to skip downloading updates if only check was requested - to report updates availability via exit code The second point is critical for setting 'updates-available' flag. Fixs QubesOS/qubes-issues#7417
Automated announcement from builder-github The component
|
The updatevm script does need this option too, for two reasons: - to skip downloading updates if only check was requested - to report updates availability via exit code The second point is critical for setting 'updates-available' flag. Fixs QubesOS/qubes-issues#7417 (cherry picked from commit 87c4591)
Automated announcement from builder-github The component
Or update dom0 via Qubes Manager. |
How to file a helpful issue
Qubes OS release
R4.1
Brief summary
qubes-dom0-update tool ignores the --check-only option and this breaks daily update check task.
Steps to reproduce
sudo qubes-dom0-update --check-only
Expected behavior
sudo qubes-dom0-update --check-only
makes check-only requestActual behavior
sudo qubes-dom0-update --check-only
downloads and tries to install updatesThe text was updated successfully, but these errors were encountered: