Skip to content

fix(fleet): restore the origin/main tracking ref on drifted Windows clones - #6

Merged
sheehanmunim merged 1 commit into
mainfrom
fix/fleet-remote-refspec
Aug 19, 2026
Merged

fix(fleet): restore the origin/main tracking ref on drifted Windows clones#6
sheehanmunim merged 1 commit into
mainfrom
fix/fleet-remote-refspec

Conversation

@sheehanmunim

Copy link
Copy Markdown
Member

Repointing the remote URL was not enough — a single-branch clone from the old repo keeps a refspec that never writes refs/remotes/origin/main, so the fetch only moved FETCH_HEAD and the build still refused. The refresh now restates the refspec and falls back to FETCH_HEAD, so Blade and Dell build what was actually pushed.

…lones

A single-branch clone made against the old repo keeps a refspec that no longer
writes refs/remotes/origin/main, so repointing the URL was not enough: the
fetch only moved FETCH_HEAD and rev-parse still failed. The refresh now
restates the refspec, and falls back to FETCH_HEAD rather than building
whatever commit the machine sat on.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@sheehanmunim
sheehanmunim merged commit dc15020 into main Aug 19, 2026
3 of 8 checks passed
@sheehanmunim
sheehanmunim deleted the fix/fleet-remote-refspec branch August 19, 2026 08:00
@github-actions github-actions Bot added vouch:trusted PR author is trusted by repo permissions or the VOUCHED list. size:S labels Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S vouch:trusted PR author is trusted by repo permissions or the VOUCHED list.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant