gtorrent / gtorrent-core

Core library of gTorrent which handles everything but UI/UX
GNU General Public License v3.0
39 stars 12 forks source link

Travis crashes randomly while downloading packages #25

Closed fuyukaidesu closed 10 years ago

fuyukaidesu commented 10 years ago

Issue by nyanpasu Thursday Jul 17, 2014 at 15:25 GMT Originally opened as https://github.com/gtorrent/gTorrent-legacy/issues/72


Example:

Failed to fetch http://us.archive.ubuntu.com/ubuntu/pool/main/u/upstart/upstart_1.13-0ubuntu1_amd64.deb 404 Not Found [IP: 2001:67c:1562::13 80]

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

A simple script should be used to either A. Keep trying over and over agian, until it werks, wwww B. Wait between each dependency download (? Will this actually help?)

Nonetheless, a script should be used to check why fetching has failed and to reattempt the update if it can establish that the error won't be repeated if a retry is made.

Notes: I have enabled caching but I see no hard evidence. In the event of confirming that Travis actually caches apt-get downloads, this issue can be closed.