build: repoint lab-auth git dep to dinglebear-ai/labby - #83
Open
jmagar wants to merge 2 commits into
Open
Conversation
The lab-auth dependency pointed at https://github.com/jmagar/lab.git, a repo name that no longer exists and resolved only via GitHub's transfer redirect. Repoint to the canonical https://github.com/dinglebear-ai/labby.git at the same pinned rev so the build no longer depends on a redirect that would break if the old name were ever reclaimed. Version-neutral: same rev, same resolved version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
labby-authdependency pointed athttps://github.com/jmagar/lab.git— a repo name that no longer exists and resolved only via GitHub's transfer redirect. If that name were ever reclaimed, the build would break.Repointed to the canonical
https://github.com/dinglebear-ai/labby.gitat the same pinned rev (53dbc479). Version-neutral:labby-authandlabby-primitivesboth stay at 1.7.0.deny.tomlmoves in the same commit — its[sources] allow-gitlist pinned the old URL, and withunknown-git = "deny"a manifest/allowlist mismatch failscargo deny check sources.Part of a sweep across all repos carrying this dependency.