Actions
Bug #17610
closedCV Publish failing for combination of repos
Description
- Create a new COntent view
- Add a yum repo + ostree repo or yum repo and a file repo or a yum repo and docker repo
- Publish the CV
Expected:
Publish properly working
Actual:
Publish fails in the CopyRpm phase with a comment
data: {} description: The target importer does not support the types from the source sub_errors: []
What you also note is that CopyRpm call is getting run on ostree/file repos
source_pulp_id: Default_Organization-yawn-ostree target_pulp_id: Default_Organization-future-1_0-wow-partello clauses: remote_user: admin remote_cp_user: admin locale: en
While CopyOstreeBranch needs to be running.
This bug is related to this change -> https://github.com/Katello/katello/commit/e5586b7e6bfd07455997fdb1d7651650f9a83154#diff-516603408c98ec56e67c629e9de94587R19
Basically the CloneToVersion treats a bunch of repositories as the same type. This means in a cv with yum and docker repos, Docker repos may get copied to yum repos which wil cause th eabove failure
Updated by Partha Aji almost 8 years ago
- Assignee changed from Brad Buckingham to Partha Aji
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6489 added
Updated by Justin Sherrill almost 8 years ago
- Translation missing: en.field_release set to 188
Updated by Partha Aji almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|648336c3d8e2bef0f0c9c83904b7791a624f73d9.
Actions