Skip to content

Commit

Permalink
fix prep-dom0 target
Browse files Browse the repository at this point in the history
top.enable was removed in #351 in favor of sd-workstation.top file. top.enable will now be handled by prep-salt target, invoked by prep-dom0.
  • Loading branch information
emkll committed Jan 6, 2020
1 parent b6c76ab commit a706f44
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,7 @@ flake8: ## Lints all Python files with flake8
template: ## Builds securedrop-workstation Qube template RPM
./builder/build-workstation-template

prep-dom0: prep-salt # Copies dom0 config files for VM updates
sudo qubesctl top.enable sd-vm-updates
sudo qubesctl top.enable sd-dom0-files
prep-dom0: prep-salt # Copies dom0 config files
sudo qubesctl --show-output --targets dom0 state.highstate

destroy-all: ## Destroys all VMs managed by Workstation salt config
Expand Down

0 comments on commit a706f44

Please sign in to comment.