Actions
Bug #16733
closedkatello allows exporting of non-yum repos, resulting in error
Status:
Closed
Priority:
Normal
Assignee:
Category:
Inter Server Sync
Target version:
Difficulty:
trivial
Triaged:
Bugzilla link:
Pull request:
Description
ISS currently only supports yum repository export. However, currently this is not enforced by the controller, and the action will eventually raise a cryptic error about repo directories.
For example:
# hammer repository export --id 10 [.........................................................................................................................................................................................................] [100%] unknown file type: /var/lib/pulp/published/yum/master/group_export_distributor/default_organization-docker-busybox
Repo export of non-yum repos should raise an error before the action is started.
Actions