Tags: conda/conda-index
Tags
Write sharded repodata (#161) * begin sharded repodata creation * remove non-overridden method * write to output_root * move save_fs_state out of extract_subdir_to_cache * shards cli capable of generating repodata from cache database and no packages * create output subdir if necessary * allow expanduser in --patch-generator; use output_path when reading shards for patching * continue applying patches to shards * add --no-current-repodata option * maintain current_repodata=True as the default * skip test_cli; why does it cause test failure? * add news * begin combine-small-shards experiment * include virtual name, sha256 columns in create() as well as migration * add msgpack dependency * write patched, unpatched sharded repodata * improve coverage * comparison between our split method and theirs * delete empty "removed" arrays from individual patched shards --------- Co-authored-by: Travis Hathaway <travis.j.hathaway@gmail.com> Co-authored-by: Jannis Leidel <jannis@leidel.info>