-
-
Notifications
You must be signed in to change notification settings - Fork 377
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
do not set empty mirror architectures for flat mirrors #1388
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1388 +/- ##
==========================================
- Coverage 74.83% 74.82% -0.01%
==========================================
Files 157 157
Lines 18094 18100 +6
==========================================
+ Hits 13540 13543 +3
- Misses 3456 3458 +2
- Partials 1098 1099 +1 ☔ View full report in Codecov by Sentry. |
f696399
to
23a4d6e
Compare
note: 'Architecture' is not official, but used by nvidia mirrors for no debian arch 'x86_64'. shold this be supported ?
fc7e083
to
aad12f8
Compare
aad12f8
to
8fb7f21
Compare
8fb7f21
to
c86b888
Compare
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 #1385
Description of the Change
when creating a mirror of a flat repository, aptly sets the architectures to nil. This prevents filtering with dependencies, because this is done by looping through the architectures.
This change fixes this by forcing all mirrors to have an architecture (and those which don't require the architectures specified when creating the mirror). If available, the architectures will be set from the Release file.
Checklist