You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO verify shouldn't do the version check at all - it doesn't run any playbook that can change the workstation or server state, so it doesn't matter which version you're on locally (altho the onus is then on the user to make sure they're using the version they expect).
Description
Running
./securedrop-admin verify
onrelease/2.1.0
fails, because there's no prod-signed tag on that commit.Steps to Reproduce
release/2.1.0
in Tails, configured VMs./securedrop-admin verify
, observe error message and friendly recommendation to try the "--force" flag./securedrop-admin --force verify
as recommended, observe error message about flag not being understoodExpected Behavior
./securedrop-admin --force verify
skips tag verification logic, just like./securedrop-admin --force install
does.Actual Behavior
./securedrop-admin --force verify
does not recognize the--force
flag at all.The text was updated successfully, but these errors were encountered: