Feature #5807

incremental upgrades: dont download in tmp

Added by Tails 2013-07-18 07:46:33 . Updated 2013-10-15 04:38:45 .

Status:
Rejected
Priority:
Normal
Assignee:
Category:
Target version:
Start date:
Due date:
% Done:

0%

Feature Branch:
Type of work:
Code
Blueprint:

Starter:
0
Affected tool:
Deliverable for:

Description

The library used to download target files should not buffer to /tmp, but instead directly download to the specified target file on the USB stick. Else, free memory needs are too high.


Subtasks


History

#1 Updated by Tails 2013-07-18 10:38:55

#2 Updated by intrigeri 2013-10-15 04:38:46

  • Status changed from Confirmed to Rejected
  • Starter set to No

Downloading target files directly to the USB stick would require remounting it rw before the download, while we only want to do that after shutting down the network, so it’s not possible to avoid downloading to /tmp first. But we’ll take care (Feature #5364) of telling the user if the memory needs are not satisfied.