Bug #14915
incremental export should be in same format as full export
Description
This ticket is for the katello changes associated with https://pulp.plan.io/issues/1543.
Once Pulp supports incremental exports using the same format as the full export (i.e., with repodata), Katello should also support importing/exporting via the same means.
Associated revisions
History
#1
Updated by Eric Helms over 4 years ago
- Legacy Backlogs Release (now unused) set to 114
#2
Updated by The Foreman Bot over 4 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/6048 added
#3
Updated by The Foreman Bot over 4 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#4
Updated by Justin Sherrill over 4 years ago
- Category set to 91
- Legacy Backlogs Release (now unused) set to 162
- Difficulty set to medium
#5
Updated by Chris Duryee over 4 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|b261110a5fc2eb6aa37d9981b6bc644c020b3542.
Fixes #14915: make use of Pulp's incremental repomd feature
Newer versions of Pulp have a `incremental_repomd` flag. This allows
incremental exports to be in the same format as "regular" exports.
This patch allows Katello to use this new flag. It also removes
Katello's special handling of incremental imports which was very slow
and is no longer needed.