Skip to content

Commit

Permalink
removing an option from docs that is not actually present in code.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mhrivnak committed Feb 3, 2016
1 parent 9cf79e6 commit 80ebfd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/tech-reference/yum-plugins.rst
Expand Up @@ -486,10 +486,6 @@ configuration values are optional.
Count indicating how many old rpm versions to retain; defaults to 0. This count
only takes effect when ``remove_old`` option is set to ``True``.

``purge_orphaned``
If True, as the repository is synchronized, packages no longer available from the
source repository will be deleted; defaults to ``True``.

``skip``
List of content types to be skipped during the repository synchronization.
If unspecified, all types will be synchronized. Valid values are: rpm, drpm,
Expand Down

0 comments on commit 80ebfd7

Please sign in to comment.