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 Anonymous over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 5f7fd34c7b4dc9b373a5fc1faeef4f21bcbc7919.
Actions