We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103bc01 commit 9d9303fCopy full SHA for 9d9303f
Makefile
@@ -28,8 +28,8 @@ all: assert-dom0
28
# To switch keyrings, remove the dev or staging keyring package and delete the file
29
# /etc/yum.repos.d/securedrop-workstation-keyring-{dev|staging}.repo.
30
dev staging: assert-dom0 ## Installs, configures and builds a dev or staging environment
31
- @./scripts/bootstrap-keyring.py --env $@
32
- $(MAKE) assert-keyring-$@
+ #@./scripts/bootstrap-keyring.py --env $@ # FIXME temporarily disabled
+ #$(MAKE) assert-keyring-$@ # FIXME temporarily disabled
33
$(MAKE) install-rpm RPM_INSTALL_STRATEGY=$@
34
$(MAKE) configure-env-$@
35
sdw-admin --apply
0 commit comments