fix(release): preserve source permissions when copying blobs to outdir ai:claude-sonnet-4-6 #71
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
nagonag
nagonag/ignore
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
heiko/gogogo!71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/67-packages-binaries-accept-full-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two small follow-up items left over from the fix/67 branch after PR #68 was merged.
fix(release):copyAssetsToOutdirused a hardcoded0o666mode, whichstrips the execute bit from Linux binaries after umask. Replaced the
manual open/copy/close block with
fsutil.Copy, which preserves sourcemode (
cp -psemantics) — same approach used everywhere else in thecodebase. Drops 22 lines of boilerplate.
test(config): supplemental table-driven test covering the YAML unmarshalnormalization of full binary paths (
cmd/foo→foo) introduced in #68.Was developed alongside the fix but not included in that PR.
(co)authored by ai:claude-sonnet-4-6
604c2f14f1to63db215ee4Pull request closed