-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
When mirroring we should set the remote to mirror #6824
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
When mirroring we should set the remote to mirror #6824
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6824 +/- ##
==========================================
- Coverage 41.22% 41.21% -0.01%
==========================================
Files 421 421
Lines 58118 58118
==========================================
- Hits 23958 23955 -3
- Misses 30987 30990 +3
Partials 3173 3173
Continue to review full report at Codecov.
|
Please send backport |
Can do that this evening in 10 hours time, but if wanted earlier feel free. |
Backport made. |
My fix in #6593 didn't set the mirrors to be mirrors for fetching, which appears to have broken mirroring.
When adding the remote we should --mirror=fetch to set the refs correctly.
Fix #6783