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.
Actions
ref #1281 - add get_downloader() to base importer.