cph transmute tarbz -> conda and repodata_builds.json #4824
Labels
backlog
issue has been triaged but has not been earmarked for any upcoming release
locked
[bot] locked due to inactivity
source::anaconda
created by members of Anaconda, Inc.
type::feature
request for a new feature or capability
Checklist
What is the idea?
When using conda build, I would like:
repodata_builds.json
that includes only the built packages (but otherwise this file could be used as a miniaturerepodata.json
file).packages.conda
section of therepodata_builds.json
fileWhy is this needed?
This would simplify my build process. Currently I'm using conda build to build tarbz packages, transmuting them to conda packages, and (in a hacky way) inserting entries into my
repodata_builds.json
file in thepackages.conda
section.What should happen?
Perhaps something like:
conda build --repodata-builds --transmute
would do all the things described in the idea section above.Additional Context
This is a nice-to-have feature. I'm currently able to work with my existing setup, even though it's a bit hacky.
The text was updated successfully, but these errors were encountered: