Skip to content

fix(herdr): update repo owner to herdrdev after transfer - #150

Closed
jsburckhardt wants to merge 1 commit into
mainfrom
fix/herdr-repo-transfer
Closed

fix(herdr): update repo owner to herdrdev after transfer#150
jsburckhardt wants to merge 1 commit into
mainfrom
fix/herdr-repo-transfer

Conversation

@jsburckhardt

Copy link
Copy Markdown
Owner

Problem

The upstream herdr repo was transferred from ogulcancelik/herdrherdrdev/herdr. GitHub's API returns 301 Moved Permanently for the old path, and install.sh used curl -s (no -L), so get_latest_version returned empty and the feature failed to install:

Failed to resolve latest version from GitHub API.
ERROR: Feature "herdr" (Unknown) failed to install!

CI didn't catch this because test.yaml only runs on changes to src/**/test/**, so main-branch builds haven't re-exercised herdr's install path since the transfer.

Fix

  • Point REPO_OWNER at herdrdev
  • Add -L to the get_latest_version curl so future redirects don't silently break
  • Update descriptions and README links

Verification

devcontainer features test -f herdr -i ubuntu:latest .
# → 'herdr 0.8.0' ✅

The upstream herdr repo was transferred from ogulcancelik/herdr to
herdrdev/herdr. The GitHub API responds with a 301 redirect for the
old path, and install.sh used 'curl -s' without -L, so
get_latest_version returned an empty tag and the install failed with
'Failed to resolve latest version from GitHub API.'.

- Point REPO_OWNER at herdrdev
- Add -L to the latest-version curl call so future redirects don't
  break the install
- Update descriptions and README links

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jsburckhardt
jsburckhardt deleted the fix/herdr-repo-transfer branch August 6, 2026 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant