1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 05:38:43 +02:00
Files
github.com_openSUSE_osc/osc
lethliel a65606cbfe fix broken URLError handling in OscMirrorGroup.urlgrab()
If urlgrab returns a URLError (for example if the Network is unreachable)
the for loop did not continue and the osc build aborts.

Now we also catch the URLError and try the next mirror and return False
correctly if no mirror could be reached. And then try to download it from
api
2018-11-06 13:29:17 +01:00
..
2009-12-03 19:19:53 +01:00
2014-08-12 15:01:16 +02:00
2017-06-17 17:40:42 +02:00
2018-05-08 14:32:33 +02:00