Backport #9227
closed
Backport #8133 "Same package from different repos yields error on sync" to 3.7.z
Status:
CLOSED - CURRENTRELEASE
- Copied from Issue #8133: Same package from different repos yields error on sync added
- Related to Backport #9228: Backport the relative path fix "fix_mismatched_remote_artifacts" to 3.11.z added
- Sprint changed from Sprint 102 to Sprint 103
- Status changed from NEW to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Sprint/Milestone set to 3.7.8
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
- Copied to Backport #9446: Backport #8133 "Same package from different repos yields error on sync" to 3.9.z added
Also available in: Atom
PDF
Loosens the constraints around what can be in a new-repository-version.
There are RPM repositories "in the wild" that violate Pulp's assumptions about what is 'legal' in an incoming repository version. This commit changes some fatal errors into log-warnings, along with some heuristics around how to get a 'reasonable' repository in the face of suboptimal data.
To control activation of this behavior, RemoteArtifactSaver recognizes a ctor-keyword "fix_mismatched_remote_artifacts". This defaults to False; if provided as True, invokes the new behavior.
This change also adds handling for an exception during repo-version-failure-cleanup that could result in losing error info.
backports #8133
fixes #9227
(cherry picked from commit 349f2137d970f87190749b417cfa137dc0f99ff5)