Actions
Bug #11318
closedHttpDownloads.start_download should have returned CommandTask object
Description
To allow joining processes:
if ::Proxy::HttpDownloads.start_download(data['kernel'], '/tmp/vmlinuz').join != 0 logger.warn "unable to download kernel - aborting" end if ::Proxy::HttpDownloads.start_download(data['initram'], '/tmp/initrd.img').join != 0 logger.warn "unable to download init RAM disk - aborting" end
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/smart-proxy/pull/310 added
- Pull request deleted (
)
Updated by Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5f7fd34c7b4dc9b373a5fc1faeef4f21bcbc7919.
Updated by Dominic Cleal over 9 years ago
- Translation missing: en.field_release set to 63
Updated by Lukas Zapletal over 9 years ago
- Related to Refactor #12100: Improve image/kernel downloading code added
Actions