You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pulp deb distribution create command allows for the --repository parameter to parse an href:
Usage: pulp deb distribution create [OPTIONS]
Create a apt distribution.
Options:
--base-path TEXT
--publication TEXT Publication to be served.
--repository TEXT Repository to be used for auto-distributing. Specified
as '[[<plugin>:]<type>:]<name>' or as href.
--name TEXT [required]
--help Show this message and exit.
However the HREF_PATTERN is not provided. This causes the following: Error: The option repository does not support href.
Possible Fix
Add the PulpAptRepositoryContext.HREF_PATTERN to the distribution command.
The text was updated successfully, but these errors were encountered:
hstct
added a commit
to ATIX-AG/pulp-cli-deb
that referenced
this issue
Feb 10, 2025
Describe Issue
The
pulp deb distribution create
command allows for the--repository
parameter to parse an href:However the
HREF_PATTERN
is not provided. This causes the following:Error: The option repository does not support href.
Possible Fix
Add the
PulpAptRepositoryContext.HREF_PATTERN
to the distribution command.The text was updated successfully, but these errors were encountered: