FS#25532 - Internal downloader stops after one download aborted

Attached to Project: Pacman
Opened by Fabian Homborg (alfa) - Friday, 12 August 2011, 10:29 GMT
Last edited by Dave Reisner (falconindy) - Tuesday, 16 August 2011, 16:38 GMT
Task Type Bug Report
Category Backend/Core
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version git
Due in Version 4.0.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
When one download aborted, the internal downloader stops after the last package of the repo.

e.g.: "pacman -S python2-sip python2-pyqt rekonq"
(python2 in extra, rekonq in community)
1.Tries python2-sip, aborts the download
2.Downloads python2-pyqt (or aborts here too, doesn't matter)
3.Exits without ever touching the rekonq download

This prohibits unattended downloading ( with -Sw) on spotty internet connections.
The fact that it exits _at all_ without retrying is enough to warrant an external downloader ( curl with infinite retries) for this.
This should block FS#24737 (my new favorite bug report)

Steps to Reproduce:
See above
This task depends upon

Closed by  Dave Reisner (falconindy)
Tuesday, 16 August 2011, 16:38 GMT
Reason for closing:  Fixed
Additional comments about closing:  see comments

Loading...