gluon-packages/admin
Matthias Schiffer 90380414f1
autoupdater: add timeouts to wget calls
The -T parameter only seems to limit the maximum time between received
packets, but not the overall run time.

This adds simple timeouts to the wget calls (5 minutes for the manifest,
30 minutes for the image). The implementation is very simple, only checking
the manifest timeout each time a line was received, and the image timeout
once a second. A more elegent fix seems like overkill, as the Lua
autoupdater will be replaced with a new implementation after Gluon 2016.2
anyways.
2016-09-08 03:09:30 +02:00
..
autoupdater autoupdater: add timeouts to wget calls 2016-09-08 03:09:30 +02:00
pretty-hostname pretty-hostname: don't cancel script whey trying to remove nonexistent pretty_hostname 2016-08-27 21:23:24 +02:00