MetroStar / conda-vendor

Conda package for artifact creation that enables offline environments. Ideal for air-gapped deployments.
MIT License
14 stars 8 forks source link

bug fix "packages.conda" not in repodata.json #43

Closed RR-USAF closed 1 year ago

RR-USAF commented 1 year ago

We had a bug in conda-vendor where the vendored repodata.json is not correct when the packages should live in the "packages.conda" subdictionary. I've attached a quick fix.

incidentally - bumped version needed conda-lock >= 1.2 to work on my mac.

RR-USAF commented 1 year ago

still had a few bugs, working on a more complete change.