-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPM sync ought to provide sync_policy
option, mark mirror
as deprecated
#462
Comments
Can you provide a breakdown of the plugin versions that introduce the new parameter and deprecate / remove the old one (if already applicable)? |
It was introduced in pulp_rpm 3.16.0, but later backported to 3.14.9 at Katello's request. It's not removed but it is mutually exclusive with But anything you can do with It's not present in 3.15 but we can consider that version effectively dead. It has no downstream users and no z-releases. |
fixes pulp#462. Co-authored by: Grant Gainey <ggainey@redhat.com>
fixes pulp#462. Co-authored by: Grant Gainey <ggainey@redhat.com>
fixes pulp#462. Co-authored by: Grant Gainey <ggainey@redhat.com>
fixes pulp#462. Co-authored by: Grant Gainey <ggainey@redhat.com>
fixes #462. Co-authored by: Grant Gainey <ggainey@redhat.com>
The RPM plugin provides a
sync_policy
parameter to replace themirror
parameter and has marked themirror
parameter as deprecated. The reason is thatmirror = bool
doesn't capture the full range of potentially desired behaviors, and is ambiguous when there could be multiple different meanings of "mirror".The current choices for
sync_policy
are "additive", "mirror_content_only", and "mirror_complete"pulp/pulp_rpm#2146
https://docs.pulpproject.org/pulp_rpm/workflows/create_sync_publish.html#sync-repository-foo-using-remote-bar
The text was updated successfully, but these errors were encountered: