-
Notifications
You must be signed in to change notification settings - Fork 43
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
Allow to specify base repository for modify #1132
Conversation
c808f37
to
961fcab
Compare
961fcab
to
5bb161c
Compare
@@ -185,6 +185,8 @@ def repository(ctx: click.Context, pulp_ctx: PulpCLIContext, /, repo_type: str) | |||
add_decorators=content_options, | |||
remove_decorators=content_options, | |||
modify_decorators=modify_options, | |||
base_default_plugin="ansible", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pulp-cli-deb and pulp-cli-ostree plugins will need to add this as well, yes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They should. But it's not like they will be broken immediately by this.
Until adoption, repositories need to be specified capped and gowned.
Backport to 0.30: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply ddd7fbb on top of patchback/backports/0.30/ddd7fbb9430f7672ce44dbaac66e6c89a9ae9149/pr-1132 Backporting merged PR #1132 into main
🤖 @patchback |
fixes #618