-
Notifications
You must be signed in to change notification settings - Fork 29.7k
[flutter_tools] Fix VersionUpstreamValidator to respect FLUTTER_GIT_URL #100605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[flutter_tools] Fix VersionUpstreamValidator to respect FLUTTER_GIT_URL #100605
Conversation
e5bed73 to
33fb371
Compare
33fb371 to
de9e028
Compare
|
So, to clarify, this behavior of toolExiting if the user sets FLUTTER_GIT_URL and their current branch is not already tracking is what we already had (because you implemented) before #97202, correct? |
That would be correct, yes(for the |
christopherfujino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
@Jasguerrero could you take a look at this? |
Jasguerrero
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fixes
VersionUpstreamValidatorto always respectFLUTTER_GIT_URLfor checking whether the current channel tracks a standard remote.Fixes #100604.
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.