fix(okf): resolve single-ref cross-repo source_of_truth in check-okf.sh #470
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
clawdie/colibri!470
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/check-okf-cross-repo"
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 newline bugs in resolve_cross_repo(): printf without a trailing \n made
'while read' hit EOF on an unterminated last line, so single-reference refs
(no ' + ') like clawdie-iso/firstboot/setup.txt.template never resolved; and
multi-result combined refs concatenated their resolved paths, breaking head -1.
Both fixed; first-boot.md and iso.md now resolve against the sibling checkout.