Actions
Issue #1350
closedyum purge_orphaned option not available on cli
Start date:
Due date:
Estimated time:
Severity:
1. Low
Version:
2.6.4
Platform Release:
2.8.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix, Pulp 2
Sprint:
Quarter:
Description
The purge_orphaned option is documented, but not available as a cli option (--purge-orphaned) for rpm repo create or update
http://pulp-rpm.readthedocs.org/en/latest/tech-reference/yum-plugins.html?highlight=purge_orphaned#configuration-parameters
purge_orphaned
If True, as the repository is synchronized, packages no longer available from the source repository will be deleted; defaults to True.
Updated by ipanova@redhat.com almost 8 years ago
This flag should have no effect, we have to ensure that that's true and remove/clean in appropriate places. https://github.com/pulp/pulp_rpm/blob/master/plugins/pulp_rpm/plugins/migrations/0010_yum_importer_config_keys.py#L17
Updated by mhrivnak almost 8 years ago
- Severity changed from 2. Medium to 1. Low
- OS deleted (
RHEL 6) - Triaged changed from No to Yes
- Tags Documentation, Easy Fix added
Added by mhrivnak over 7 years ago
Updated by mhrivnak over 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to mhrivnak
- Platform Release set to 2.8.0
Updated by mhrivnak over 7 years ago
- Status changed from ASSIGNED to POST
Updated by mhrivnak over 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 80ebfd7a142cf4efa72824c69aace38c17a59d80.
Updated by dkliban@redhat.com over 7 years ago
- Status changed from MODIFIED to 5
Updated by dkliban@redhat.com over 7 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
removing an option from docs that is not actually present in code.
It appears that "purge_orphaned" may have been a valid setting a long time ago when we used grinder. Behaviorally, its use case is covered by the remove_missing option.
fixes #1350