Skip to content

Commit

Permalink
Merge pull request freedomofpress#1142 from deeplow/1140-force-target…
Browse files Browse the repository at this point in the history
…-updates

Force template updates always
  • Loading branch information
legoktm authored Jul 10, 2024
2 parents 12c9a39 + ccb93a0 commit bc39d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdw_updater/Updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ def _start_qubes_updater_proc(templates):
update_cmd = [
"qubes-vm-update",
"--apply-to-all", # Enforce app qube restarts
"--force-update", # Bypass Qubes' staleness-dection and update all
"--show-output", # Update transaction details (goes to stdout)
"--just-print-progress", # Progress reporting (goes to stderr)
"--targets",
Expand Down

0 comments on commit bc39d0d

Please sign in to comment.