PrunePackages
Serializer for prune-old-Packages operation.
Properties
Name | Type | Description | Notes |
---|---|---|---|
repo_hrefs | list[str] | Will prune old packages from the specified list of repos. Use ['*'] to specify all repos. Will prune based on the specified repositories' latest_versions. | |
keep_days | int | Prune packages introduced prior-to this many days ago. Default is 14. A value of 0 implies 'keep latest package only.' | [optional] [default to 14] |
dry_run | bool | Determine what would-be-pruned and log the list of packages. Intended as a debugging aid. | [optional] [default to False] |