Skip to content

Commit af6ade2

Browse files
committed
Fix '--signing-service' option not allowing HREF
1 parent afcce36 commit af6ade2

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

CHANGES/38.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fixed '--signing-service' option not allowing to search by href.

pulpcore/cli/deb/publication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ def publication(ctx: click.Context, pulp_ctx: PulpCLIContext, publication_type:
7373
default_plugin="deb",
7474
default_type="apt",
7575
context_table={"deb:apt": PulpSigningServiceContext},
76+
href_pattern=PulpSigningServiceContext.HREF_PATTERN,
7677
help=_("Apt only: Signing service to use, pass in name or href"),
7778
),
7879
]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
package_data={"": ["py.typed", "locale/*/LC_MESSAGES/*.mo"]},
2828
python_requires=">=3.6",
2929
install_requires=[
30-
"pulp-cli>=0.15.0",
30+
"pulp-cli>=0.19.0",
3131
],
3232
entry_points={
3333
"pulp_cli.plugins": [f"{name}={module}" for name, module in plugin_entry_points],

0 commit comments

Comments
 (0)