deploy: select skopeo's ^out output in the wait step #227
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Cloonar/coding-lab!227
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lab/20260723-2144"
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?
#224's stderr surfacing named the gate's real failure:
nix build --no-link --print-out-paths nixpkgs#skopeoprints one path per output, and skopeo has two (man+out), so theskopeo="$(…)/bin/skopeo"assignment captured a two-line string and every exec failed with 'No such file or directory' — on every retry, for the gate's entire lifetime since #221, indistinguishable (pre-#224) from the tags not resolving.Fix: build
'nixpkgs#skopeo^out'so exactly one path is printed. Verified locally with nix 2.34: the dry-run emits the singleoutpath and no-manline.With the agent-tools tags already published and anonymously pullable, the deploy run this merge triggers should pass the gate instantly and finally bump the pin to a rev containing the ADR-0055 logout fix.
Closes #226