Actions
Issue #3004
closedrecursive errata copy does not copy rpms
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
2.13.0
Platform Release:
2.14.1
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Sprint 25
Quarter:
Description
run the following:
pulp-admin rpm repo create --repo-id=foo2 --feed=https://jlsherrill.fedorapeople.org/fake-repos/needed-errata/
pulp-admin rpm repo sync --repo-id=foo2
pulp-admin rpm repo sync run --repo-id=foo2
pulp-admin rpm repo create --repo-id=foo3
pulp-admin rpm repo copy errata --from-repo-id=foo2 --to-repo-id=foo3 --recursive
pulp-admin rpm repo list --repo-id=foo3
notice that on the repo list, no rpms were copied. This is a regression from a previous release, not sure when it broke.
Updated by ttereshc over 5 years ago
- Priority changed from Normal to High
- Sprint/Milestone set to 44
- Severity changed from 2. Medium to 3. High
- Triaged changed from No to Yes
Updated by bizhang over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bizhang
Updated by bizhang over 5 years ago
- Status changed from ASSIGNED to POST
Added by werwty over 5 years ago
Updated by werwty over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset b60c531c49c030c598b2b6ac28c3d2cca17948ff.
Updated by pcreech over 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Errata copy should copy RPMs
closes #3004 https://pulp.plan.io/issues/3004