Reference addressed issue

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>

Co-authored-by: Antoine Prouvost <AntoinePrv@users.noreply.github.com>
This commit is contained in:
Julien Jerphanion 2025-04-23 16:54:01 +02:00
parent 6ae97198e6
commit 0b60e6b948
No known key found for this signature in database
GPG Key ID: 56B690A97C2E35B8
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ namespace mamba
// To take correction of packages metadata (e.g. made using repodata patches) into account,
// we insert the index into the repodata record to only add new fields from the index
// while keeping the existing fields from the repodata record.
// See the issue it addresses: https://github.com/mamba-org/mamba/issues/3883
repodata_record.insert(index.cbegin(), index.cend());
if (repodata_record.find("size") == repodata_record.end() || repodata_record["size"] == 0)