Linutronix / elbe

Embedded Linux Build Environment
https://elbe-rfs.org
GNU General Public License v3.0
163 stars 59 forks source link

elbexml: handle socket timeout for InRelease #397

Closed fmg-alastair closed 5 months ago

fmg-alastair commented 5 months ago

I'm having trouble with a custom mirror on AWS, which is resulting in a socket.timeout exception in elbe 50% of the time when downloading the InRelease file. This PR increases the timeout and handles the timeout exception, so that the validation error message shows the URL at fault.

Arguably, something is wrong with the mirror, but I've been unable to fix it, so I'm opting for more tolerant network handling.

bene42 commented 5 months ago

I have commited your patch to our test system.

bene42 commented 5 months ago

Commited to master.