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
Updated by bmbouter almost 9 years ago
- Related to Issue #1471: Documented yum importer option named 'skip' does not work added
Updated by mhrivnak almost 9 years ago
- Triaged changed from No to Yes
- Tags Documentation added
Added by sbhawsin almost 9 years ago
Updated by sbhawsin almost 9 years ago
- Status changed from NEW to POST
Updated by sbhawsin almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 4bb84a49aac750cfd01d224de1e49e6a5498e8b3.
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by dkliban@redhat.com almost 9 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
Fixed: Yum import option 'skip' recommends several invalid values as options to use
https://pulp.plan.io/issues/1472
closes #1472