Actions
Bug #13511
openrepository export of a repo w/o rpm packages errors
Status:
New
Priority:
Normal
Assignee:
-
Category:
Inter Server Sync
Target version:
-
Description
The "export_distributor" is only associated with repos that contain RPMs. If it only has puppet (and, I assume, the same for docker) then crashes here
app/lib/actions/pulp/repository/distributor_publish.rb def distributor_id(pulp_id, distributor_type_id) distributor = repo(pulp_id)["distributors"].find do |dist| dist["distributor_type_id"] == distributor_type_id end --> distributor['id'] end
This error is fixable once this PR goes in:
https://github.com/Katello/katello/pull/5711
Updated by Thomas McKay almost 9 years ago
- Blocks Tracker #12107: ISS (Inter-Satellite Sync) Tracker added
Updated by Eric Helms almost 9 years ago
- Category set to Inter Server Sync
- Translation missing: en.field_release set to 86
Updated by Eric Helms over 8 years ago
- Blocked by Feature #12570: As a user, I would like to create ISO files of exported repos added
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 86 to 144
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release changed from 144 to 168
Updated by Eric Helms over 8 years ago
- Translation missing: en.field_release deleted (
168)
Updated by Justin Sherrill over 8 years ago
- Translation missing: en.field_release set to 114
- Difficulty set to easy
Actions