Skip to content
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

Update RPM commands for new 3.13 auto-publish #252

Merged
merged 1 commit into from
May 24, 2021

Conversation

gerrod3
Copy link
Contributor

@gerrod3 gerrod3 commented May 20, 2021

fixes: #251

@gerrod3 gerrod3 force-pushed the rpm_autopublish_3.13 branch 2 times, most recently from fca3e71 to e1f15d3 Compare May 20, 2021 21:18
gerrod3 added a commit to gerrod3/pulp_rpm that referenced this pull request May 20, 2021
@@ -60,6 +60,7 @@ def distribution(ctx: click.Context, pulp_ctx: PulpContext, distribution_type: s
update_options = [
click.option("--base-path"),
click.option("--publication"),
click.option("--repository", callback=_repository_callback),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is def more than just adjusted tests.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well the option was missing, so I added it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And it's needed for the autopublish operations?
Then we can reflect this as a feature in the changelog. Like "Adjusted autopublish to new version of ...".

@@ -0,0 +1 @@
Updated RPM auto-publish tests for future versions >=3.13.0.dev
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The changelog is meant for end users so test changes don't need to be called out. I would probably just repurpose this for the repository option as @mdellweg suggests.

@gerrod3 gerrod3 changed the title Update RPM auto-publish tests Update RPM commands for new 3.13 auto-publish May 24, 2021
@daviddavis daviddavis merged commit 2af3db3 into pulp:develop May 24, 2021
dralley pushed a commit to pulp/pulp_rpm that referenced this pull request May 24, 2021
@gerrod3 gerrod3 deleted the rpm_autopublish_3.13 branch May 25, 2021 13:04
@mdellweg mdellweg added this to the 0.10.0 milestone Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update RPM tests for autopublish
3 participants