fix(start-os): bundle the tor s9pk from prod, not alpha - #3661
Merged
Conversation
The image bundles a tor s9pk for the 0.3.5.1 migration to sideload, so it is what migrating servers land on. It was pulled from alpha, which every push to tor-startos master publishes to — untested code, shipped straight to users. Take it from prod instead. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
dr-bonez
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The image build downloads a Tor s9pk to
/usr/lib/startos/tor_<arch>.s9pkfor the 0.3.5.1 migration to sideload (version/v0_4_0_alpha_20.rs), so it is the Tor a migrating server lands on.It was pulled from alpha, which every push to
tor-startosmaster publishes to. That put unreleased, untested Tor revisions straight in front of migrating users.Pull from prod instead.
No effect today — alpha, beta and prod all currently serve
0.4.9.11:5. Going forward it means a new Tor reaches migrating servers once it is promoted to prod and an image is built after that.🤖 Generated with Claude Code