Skip to content

Design specification for what a post based repodata fetching might look like #9

@mariusvniekerk

Description

@mariusvniekerk

One feature that we could theoretically look at would be to modify the behavior of conda so that instead of it just doing a GET to <CHANNEL_URL>/repodata.json.bz2 it instead does a post to the same url with an payload of the packages already present in the target environment

{
   'packages': [
      'python 3.7.1', ... 
   ]  
}

This would allow us to dynamically be able to generate the constained repodata without needing to resort to fairly gross url path based approaches.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions