Commit Graph

3 Commits

Author SHA1 Message Date
Adrien Delsalle bff16c2bdc
Split projects (#1219)
* make a clear split between CMake targets
* split versions between libmamba and mamba
* add libmambapy target for python bindings and make mamba depend on it
* rename CMake options to make them homogeneous, simplify CMake
* remove termcolor from thirdparties, use it as a dependency
* remove unnecessary version global vars and convert to functions
* update CI workflows
2021-10-26 16:01:53 +02:00
Adrien DELSALLE 58b486d737
add docstrings
add RepoChecker to Channel
add lazy loading of the RepoChecker
add artefact verif flag to micromamba CLI
get index_file from a MRepo
refactor Channel to avoid circular dependency in base_url
add cache_name_from_url free function
add index_error to disambiguate with package_error
add RepoIndexChecker and RepoChecker verify_package
implement verify_package on v0.6.0 spec PkgMgr
define reference and cache path for top-level content trust roles
use cached root metadata if any
add missing virtual destructor to base class RootRole
prefer artifact vs artefact
2021-06-03 08:40:39 +02:00
Adrien Delsalle 3823b6a7ed
refactor documentation (#953) 2021-05-20 18:30:31 +02:00