Problem:
I would like to upload a package to multiple dists. That is, I would like it to appear in http://my-pulp/pulp/content/my-repo/dev/dists/first/main/binary-amd64/Packages
, http://my-pulp/pulp/content/my-repo/dev/dists/second/main/binary-amd64/Packages
and so on.
Expected outcome:
Being able to add the package to a dist using its href/prn, for example.
Pulpcore version:
core: 3.69.2
pulpcore-client: 3.13
Pulp plugins installed and their versions:
Server (docker compose setup):
deb: 3.5.0
rpm: 3.27.2
file: 3.69.2
maven: 0.8.1
ostree: 2.4.4
python: 3.13.0
ansible: 0.23.1
certguard: 3.69.2
container: 2.22.1
Client:
pulp-cli==0.30.2
pulp-cli-deb==0.3.1
pulp-glue==0.30.2
pulp-glue-deb==0.3.1
Operating system - distribution and version:
Ubuntu 22.04
Other relevant data:
I know of the advanced copy feature but it was not clear to me if it could be used for this purpose.