Actions
Issue #1472
closedYum import option 'skip' recommends several invalid values as options to use
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Pulp 2
Sprint:
Quarter:
Description
The yum importer docs[0] for the 'skip' values state:
List of content types to be skipped during the repository synchronization. If unspecified, all types will be synchronized. Valid values are: rpm, drpm, distribution, errata, packagegroup; default is [].
There are at least two problems here:
1. 'errata' doesn't validate. Instead it needs to be 'erratum'.
2. Also 'packagegroup' can't be used at all.
It should be determined what the valid values are of 'skip', that they all work, and that the correct names pass validation and incorrect names don't. I'm not sure if validation is happening on client-side, server-side, or both.
[0]: http://pulp-rpm.readthedocs.org/en/latest/tech-reference/yum-plugins.html#yum-importer
Related issues
Actions
Fixed: Yum import option 'skip' recommends several invalid values as options to use
https://pulp.plan.io/issues/1472
closes #1472