Actions
Bug #34245
closedUploading python packages broken in UI and CLI
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Description
In CLI:
- Gives error: undefined method `pulp3_api' for nil:NilClass
- This happens because "content_type" here now refers to the content_type object rather than the label i.e. "python_package": https://github.com/Katello/katello/blob/master/app/services/katello/pulp3/content.rb#L9
In UI:
- Gives successful upload message, but "uploads" the wrong package.
- Filtering for duplicates is not working correctly. filter_label needs to be a symbol not a string: https://github.com/Katello/katello/blame/master/app/services/katello/pulp3/pulp_content_unit.rb#L134
Updated by Ryan Verdile about 3 years ago
- Is duplicate of Bug #34202: upload-content results in wrong RPM being added to product added
Updated by Ryan Verdile about 3 years ago
- Status changed from New to Closed
Applied in changeset katello|9803f40e203e49e369378bae6fae0adbf8cb8372.
Updated by The Foreman Bot about 3 years ago
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/9867 added
Updated by The Foreman Bot almost 3 years ago
- Fixed in Releases Katello 4.5.0 added
Updated by Chris Roberts almost 3 years ago
- Target version changed from Katello 4.3.1 to Katello 4.4.0
Actions