Skip to content

cerbero: Add a dotted progress bar for urllib downloads

Nirbheek Chauhan requested to merge nirbheek/cerbero:urllib2-progress into master

Also add a 20s timeout (same as wget) so that we timeout on download instead of timing out the entire job on CI. The global socket timeout with CPython is apparently -1, aka never timeout.

Merge request reports