Skip to content

Commit 9d9303f

Browse files
committed
FIXME: bypass dev keyring install for 4.3
Package not yet available for dom0 with fc41 and the keyring package is not strictly necessary to proceed with the installation. (test on: openqa)
1 parent 103bc01 commit 9d9303f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ all: assert-dom0
2828
# To switch keyrings, remove the dev or staging keyring package and delete the file
2929
# /etc/yum.repos.d/securedrop-workstation-keyring-{dev|staging}.repo.
3030
dev staging: assert-dom0 ## Installs, configures and builds a dev or staging environment
31-
@./scripts/bootstrap-keyring.py --env $@
32-
$(MAKE) assert-keyring-$@
31+
#@./scripts/bootstrap-keyring.py --env $@ # FIXME temporarily disabled
32+
#$(MAKE) assert-keyring-$@ # FIXME temporarily disabled
3333
$(MAKE) install-rpm RPM_INSTALL_STRATEGY=$@
3434
$(MAKE) configure-env-$@
3535
sdw-admin --apply

0 commit comments

Comments
 (0)