Daniel Holth
Daniel Holth
(closed by mistake)
Assuming the newest conda, conda-build and conda-package-streaming, zstd, (python-)zstandard
No @travishathaway some part of the code attempted to create a zip file (a .conda file) and then couldn't extract it again. The file might have been empty or not...
Remind me to put repodata.json.bz2 etc. in the folder and check that this deletes the (now outdated) files.
Why not .json? Do we still need info/recipe/meta.yaml ?
Where is the specification for the length limit? Do users have business browsing through the raw OCI anyway?
If we generate the patch file before it hits the CDN e.g. in `conda index`, then it can't include the original `repodata.json` headers. The idea is that a paranoid client...
I like the idea of being able to implement this in conda without worrying about CEPs. It does not change the format of repodata.json at all. I was able to...
There are multiple jlap generators in the Implementation link in the CEP. `json2jlap.py` In the conda branch, there is a separate `(hash).state.json` which stores the mtime, actual hash, and upstream...
It's random and only to make it not collide. The filenames are the same length after encoding. Of course the on-disk format is not part of the CEP. One thing...