docs(eng-prod): fix CLI language, note rsync package drift gotcha [CLK-1142328]#4
Merged
Merged
Conversation
iamjaekim
approved these changes
Jul 8, 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.
What
Two small CLAUDE.md corrections, and a vehicle to trigger a fresh image rebuild on merge:
ci-storageCLI is Python, not Bash.3.2.7-0ubuntu0.22.04.6, whose security patches broke relative--link-dest=../<slot>/on the receiver (Security fix breaks --link-dest via rsync daemon RsyncProject/rsync#915), causing the sporadic exit-23 /Permission denied (13)store failures. Ubuntu fixed it in.7(USN-8349-2).Why
Merging this triggers
push-images, rebuilding all three images with current jammy packages (rsync.7). After that, the sd image-reference swap can be re-attempted.Verification
Root cause was proven by controlled A/B repro: identical client against both published images (dimikot
.4passes, time-loop.6fails with the exact production signature), single-variable rsync binary swap flips the result, and upgrading the server container to.7fixes the relative--link-destcase.🤖 Generated with Claude Code