rattler icon indicating copy to clipboard operation
rattler copied to clipboard

convenience functions for writing `RepoData`

Open pavelzw opened this issue 9 months ago • 1 comments

after reworking rattler_index in #1076, i think it would be nice to add some convenience functions to generate the different repodata formats, including:

  • [x] repodata.json
  • [ ] repodata.json.bz2
  • [ ] repodata.json.zst
  • [ ] ~repodata.jlap~
  • [ ] sharded repodata

rattler-index (and conda-mirror, which i'm currently also working on right now) could then use these functions to generate all repodata variants that are supported by pixi/conda/mamba right now.

  • [x] we also should support repodata patching #1129

pavelzw avatar Feb 23 '25 01:02 pavelzw

I dont think we need to support jlap. The CEP never passed and it has been superseded by sharded repodata.

baszalmstra avatar Mar 07 '25 06:03 baszalmstra

i also don't see much value in repodata.json.bz2 so let's skip that one as well...

pavelzw avatar May 17 '25 09:05 pavelzw

#1312 should solve this

pavelzw avatar May 17 '25 09:05 pavelzw