Skip to content

Commit

Permalink
Less forceful qvm-sync-appmenus
Browse files Browse the repository at this point in the history
During development, re-ran `make sd-journalist` several times, and the
appmenu task failed simply because the VM was already running. Let's
pass a flag to continue in such a scenario, rather than erroring out.
  • Loading branch information
Conor Schaefer authored and emkll committed Oct 19, 2018
1 parent 271ba8d commit 2ebe3b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dom0/sd-journalist-template.sls
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ sd-journalist-template:
sd-journalist-template-sync-appmenus:
cmd.run:
- name: >
qvm-start sd-journalist-template &&
qvm-start --skip-if-running sd-journalist-template &&
qvm-sync-appmenus sd-journalist-template &&
qvm-shutdown sd-journalist-template
2 changes: 1 addition & 1 deletion dom0/sd-svs.sls
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ sd-svs-dom0-qubes.qubesGpg:
sd-svs-template-sync-appmenus:
cmd.run:
- name: >
qvm-start sd-svs-template &&
qvm-start --skip-if-running sd-svs-template &&
qvm-sync-appmenus sd-svs-template &&
qvm-shutdown sd-svs-template

0 comments on commit 2ebe3b7

Please sign in to comment.