Skip to content

Commit

Permalink
Fix '--signing-service' option not allowing HREF
Browse files Browse the repository at this point in the history
fixes pulp#38
  • Loading branch information
tjmullicani committed Jun 7, 2023
1 parent afcce36 commit f0f7db4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/38.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed '--signing-service' option not allowing to search by href.
1 change: 1 addition & 0 deletions pulpcore/cli/deb/publication.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def publication(ctx: click.Context, pulp_ctx: PulpCLIContext, publication_type:
default_plugin="deb",
default_type="apt",
context_table={"deb:apt": PulpSigningServiceContext},
href_pattern=PulpSigningServiceContext.HREF_PATTERN,
help=_("Apt only: Signing service to use, pass in name or href"),
),
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
python_requires=">=3.6",
install_requires=[
"pulp-cli>=0.15.0",
"pulp-cli>=0.19.0",
],
entry_points={
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],
Expand Down

0 comments on commit f0f7db4

Please sign in to comment.