Task #1451
closedStory #1150: As a user, I can lazily fetch repositories
Implement alternate content sources in the pulp streamer
100%
Description
This was not done because of uncertainty in the ContentSource API (it is documented as requiring an absolute path to the file destination), but it may be possible that it can take a file object, which Nectar accepts. This task involves ensuring it is possible to use file objects with alternate content download requests, and then using alternate content sources instead of Nectar directly in the streamer.
Updated by jortel@redhat.com almost 9 years ago
I verified that a file-like object can safely be passed as the destination. The Request docstring has been updated to reflect this.
Updated by jcline@redhat.com almost 9 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jcline@redhat.com
Added by Jeremy Cline almost 9 years ago
Added by Jeremy Cline almost 9 years ago
Revision b4511bc2 | View on GitHub
Implement alternate content sources in the streamer.
Alternate content sources is now supported for repositories using
download policies other than immediate
.
closes #1451
Updated by jcline@redhat.com almost 9 years ago
- Status changed from ASSIGNED to POST
- % Done changed from 0 to 100
Updated by Anonymous almost 9 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|b4511bc26db190975ecab3d06c75a829101681f5.
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
Implement alternate content sources in the streamer.
Alternate content sources is now supported for repositories using download policies other than
immediate
.closes #1451