Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete "Extract tor version" ansible tasks #6894

Merged
merged 1 commit into from Aug 1, 2023

Conversation

legoktm
Copy link
Member

@legoktm legoktm commented Jul 24, 2023

Status

Ready for review

Description of Changes

The check for >= 0.3.4.9 has been obsolete ever since the focal switch, which ships with tor 0.4.2.7. It's not that useful anyways, since apt should pick the higher version regardless. If we really wanted to ensure that our rehosted tor package is installed, we should configure an apt pin.

And then dumping to .tor_version is presumably unused since we no longer use AWS for SecureDrop testing (related: #6890). In any case, we'd be better served by dumping apt show tor or something along those lines.

Testing

How should the reviewer test this PR?

  • Visual review

Deployment

Any special considerations for deployment? Not really.

Checklist

The check for >= 0.3.4.9 has been obsolete ever since the focal switch,
which ships with tor 0.4.2.7. It's not that useful anyways, since apt
should pick the higher version regardless. If we really wanted to ensure
that our rehosted tor package is installed, we should configure an apt
pin.

And then dumping to `.tor_version` is presumably unused since we no
longer use AWS for SecureDrop testing (related: #6890). In any case,
we'd be better served by dumping `apt show tor` or something along those
lines.
@legoktm legoktm marked this pull request as ready for review July 24, 2023 17:45
@legoktm legoktm requested a review from a team as a code owner July 24, 2023 17:45
Copy link
Contributor

@zenmonkeykstop zenmonkeykstop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM based on visual review.

@zenmonkeykstop zenmonkeykstop merged commit b325480 into develop Aug 1, 2023
9 checks passed
@zenmonkeykstop zenmonkeykstop deleted the stg-rm-extract_tor_version branch August 1, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants