-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add a CLI option to updater GUI to immediately start updating selected VMs #8355
Add a CLI option to updater GUI to immediately start updating selected VMs #8355
Comments
That's #6635, isn't it?
Hm, I don't see how this addresses the problem. Introducing a new command-line tool option doesn't affect users who update via either of the GUI methods. Maybe the unstated part is that, once this new command-line option is implemented, you plan to use it behind the scenes in order to implement #6635? Or is there something else I'm missing? |
I could be wrong, but this sounds like an oxymoron to me, because GUIs don't have CLI options. |
Oh wait, I think I'm starting to get it now. It's a CLI option for starting the GUI and running it in a certain mode. |
yeah, exactly - it would be nice for starting updates from e.g. qube manager |
implements QubesOS/qubes-issues#8355 Now it is possible to start gui updater with cli options. If you chose directly which vms should be updated introPage will be skipped. If you run updater with explicitly given option this will override option in settings.
The problem you're addressing (if any)
There are multiple ways we do updates in different GUI tools: updater widget runs
qubes-update-gui
, while manager uses eitherqubes-dom0-update
orqubes.InstallUpdatesGUI
service. It would be much easier to have a simple unified way to do this.The solution you'd like
it would be good to have a command-line option to run updates for selected qubes in the
qubes-update-gui
, e.g.--qube
that accepts one or more qube names. Updater started with this option should start updating selected qubes immediately.The value to a user, and who that user might be
Improved error reporting and more consistent system behavior.
references #8117
The text was updated successfully, but these errors were encountered: