Skip to content

Commit

Permalink
Fix '--signing-service' option not allowing HREF
Browse files Browse the repository at this point in the history
Co-Authored-By: Matthias Dellweg <2500@gmx.de>
  • Loading branch information
tjmullicani and mdellweg committed Mar 9, 2023
1 parent 1303bf0 commit 64592d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
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

0 comments on commit 64592d9

Please sign in to comment.