Actions
Bug #38359
closedAPT repos using path prefixes for components will be misconfigured on consuming hosts
Description
When synchronizing APT repos with path prefixes on their components, e.g.: http://security.debian.org/debian-security/dists/buster/updates/Release
We need to strip those path prefixes from the components we configure on hosts (i.e. we should not store them in candlepin).
Starting with pulp_deb >= 3.5.1 the Pulp API exposes the correct information we need as the `plain_component` parameter.
Actions