-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Support mirror registries with path component #1707
Conversation
Tests seem to fail with this error message:
This seems unrelated to my change, unless I'm missing something. Is it a flake? |
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.
Thank you for your contribution.
Please add tests!
Sorry @imjasonh, somehow internal test project got deleted :(. Doing my best to get it moved and recover. |
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
nvm. This is not needed |
…rTools#1707)" This reverts commit 4e218f2.
@tejal29 Why was this reverted? Any plans to add this back again or should we open a new PR? |
Fixes #1618
Description
This change should allow
--mirror-registry=my.mirror/some/prefix/path
, where previously only repository roots were supported.This PR doesn't currently include tests that cover this behavior, if there's a good place to add that please let me know.
Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
See the contribution guide for more details.
Reviewer Notes
Release Notes
Describe any changes here so maintainer can include it in the release notes, or delete this block.