Actions
Task #1281
closedStory #1150: As a user, I can lazily fetch repositories
Update the Importer base class to support the streamer getting a configured downloader.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Add something like:
Importer.get_downloader(self, config, catalog_entry).
This method is called by the streamer to acquire a fully configured downloader as needed. This method could have a default implementation that creates a downloaded using the standard importer config. This implementation could provide a sufficient implementation for most importers participating in lazy downloading.
Added by jortel@redhat.com about 9 years ago
Added by jortel@redhat.com about 9 years ago
Revision bd189ad4 | View on GitHub
ref #1281 - add get_downloader() to base importer.
Updated by jortel@redhat.com about 9 years ago
- Status changed from ASSIGNED to POST
Updated by ipanova@redhat.com about 9 years ago
- Status changed from POST to MODIFIED
Updated by jortel@redhat.com about 9 years ago
- Status changed from MODIFIED to POST
Moving back to POST because it's been merged to the lazy-content feature branch but not yet merged to a build branch.
Updated by jcline@redhat.com almost 9 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Updated by rbarlow almost 9 years ago
- Status changed from MODIFIED to 5
- Platform Release set to 2.8.0
Updated by dkliban@redhat.com over 8 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Actions
ref #1281 - add get_downloader() to base importer.