Expand description
Indexing of packages in a output folder to create up to date repodata.json files
Structs§
- Index
FsConfig - Configuration for
index_fs
- Index
S3Config - Configuration for
index_s3
Functions§
- index
- Create a new
repodata.json
for all packages in the given configurator’s root. Iftarget_platform
isSome
, only that specific subdir is indexed. Otherwise indexes all subdirs and creates arepodata.json
for each. - index_
fs - Create a new
repodata.json
for all packages in the channel at the given directory. - index_
s3 - Create a new
repodata.json
for all packages in the channel at the given S3 URL. - package_
record_ from_ conda - Extract the package record from a
.conda
package file. This function will look for theinfo/index.json
file in the conda package and extract the package record from it. - package_
record_ from_ conda_ reader - Extract the package record from a
.conda
package file content. This function will look for theinfo/index.json
file in the conda package and extract the package record from it. - package_
record_ from_ index_ json - Extract the package record from an
index.json
file. - package_
record_ from_ tar_ bz2 - Extract the package record from a
.tar.bz2
package file. This function will look for theinfo/index.json
file in the conda package and extract the package record from it. - package_
record_ from_ tar_ bz2_ reader - Extract the package record from a
.tar.bz2
package file. This function will look for theinfo/index.json
file in the conda package and extract the package record from it. - write_
repodata - Write a
repodata.json
for all packages in the given configurator’s root.