-
Notifications
You must be signed in to change notification settings - Fork 9
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
Remove subdir, platform, arch from "packages", "packages.conda" #132
Comments
See also https://hackmd.io/Tt09IQJ6SKu28kV3Qw6Otg Everyone would be happy to see the redundant data go away. Suggests trying with different clients including older clients. I noticed a significant fraction of the index packages do not these redundant fields already. |
From the top of my head:
I would argue that either:
|
@jaimergp I remember we added a check for libmamba or conda if subdirs were aggregated in a single directory. How did we manage that together with conda-build's behavior as well as the single package cache |
|
Checklist
What is the idea?
Some packages contain subdir='linux-64', platform='linux', arch='x86_64' in info/index.json
It would be reasonable to remove these from the output repodata.json, at least if repodata.json["info"]["subdir"] matches.
Why is this needed?
These make repodata.json larger for no reason.
The text was updated successfully, but these errors were encountered: