Actions
Story #6572
closedStory #6134: [EPIC] Pulp import/export
As a User/Importer, I can know the versions of pulpcore/plugins that were used to generate an export tarfile
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 72
Quarter:
Description
Proposal: add a top-level file to the export.tar.gz, 'versions.json', that is a list of dictionaries of the form [ {"component": "<pluginname>", "version": "<pluginversion>"},...]
This suggestion/requirement came from demo discussions with the katello team.
Updated by ggainey over 4 years ago
Among other things, this will give Import some data for helping it decide if it should even attempt an import.
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Updated by ggainey over 4 years ago
Requirement: only include versions for plugins that 'own' one of the repositories being exported.
Added by ggainey over 4 years ago
Updated by ggainey over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|b07a7793ee156123e703fa21c4e7a7784c1e93a2.
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add version.json to top level of export.tar.gz
Only exports versions of plugins whose repositories are being exported.
closes #6572