Task #3954
Updated by bmbouter almost 6 years ago
Packages are unique in a repo by NEVRA. When implemented, this will cause the most recently added unique NEVRA to be kept and other duplicate NEVRA to be removed. Duplicate NEVRA nevra but their checksums/checksum_type/etc could have different checksums. [{ 'type': 'pulp_rpm.Package', 'field_names': ['name', 'epoch', 'version', 'release', 'arch'] }] differ. Errata should be unique by ID. This would be configured with something like: [{ 'type': 'pulp_rpm.UpdateRecord', 'field_names': ['id'] }]