Actions
Issue #8615
closedImprove error output
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Ticket moved to GitHub: "pulp/pulpcore/1985":https://github.com/pulp/pulpcore/issues/1985
While attempting to sync an rpm repository this morning I was greeted with the following error.
'error': {'description': 'Cannot create repository version. More than one ' 'rpm.package content with the duplicate values for ' 'name, epoch, version, release, arch, location_href.',
Which is particularly unhelpful, understanding which combination of name, epoch, version, release, arch,location_href would help tremendously.
Updated by daviddavis over 2 years ago
I think we could probably switch this[0] from using repo_key_fields to using a new repo_key_dict method that mirrors natural_key_dict[1].
Updated by pulpbot almost 2 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE
Actions