Actions
Bug #29104
closeddrpms not getting copied over cv publish
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Description of problem:
Drpms are synced ok but not copied over during content view publish
Steps to Reproduce:
1. Create a repo with feed pointing to http://mirrors.oit.uci.edu/centos/7.6.1810/extras/x86_64/
2. Sync
3. Get the backend identifier fomr the repo details
4. ls /var/lib/pulp/published/yum/master/yum_distributor/<identifier>/...
you should see something like
drpms/ Packages/ repodata/
5. Now add this repo to a content view and publish
6.
ls /var/lib/pulp/published/yum/master/yum_distributor/<org>-<cv>-Library-<backend identifier>/...
Actual results:
Packages/ repodata/
Note none of the drpms got to the environment.
Expected results:
drpms/ Packages/ repodata/
Actions