[obs-commits] [openSUSE/osc] 839fed: fix broken URLError handling in OscMirrorGroup.url...
Branch: refs/heads/python3 Home: https://github.com/openSUSE/osc Commit: 839fedb465418a614e3d8a8726fec89c70afe325 https://github.com/openSUSE/osc/commit/839fedb465418a614e3d8a8726fec89c70afe... Author: lethliel <mstrigl@suse.com> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M osc/grabber.py Log Message: ----------- 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 Commit: 82a222fcb2ca47c1dbbb3ef08b4e33007594dbb4 https://github.com/openSUSE/osc/commit/82a222fcb2ca47c1dbbb3ef08b4e33007594d... Author: Jan Zerebecki <jzerebecki@suse.com> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: A tests/results_fixtures/oscrc A tests/results_fixtures/result-dirty.xml A tests/results_fixtures/result.xml M tests/suite.py A tests/test_results.py Log Message: ----------- Test osc results and prjresults Commit: 429df0dc704e33c0f08f54f6043b58fa65bdeb7d https://github.com/openSUSE/osc/commit/429df0dc704e33c0f08f54f6043b58fa65bde... Author: Jan Zerebecki <jzerebecki@suse.com> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M osc/commandline.py M osc/core.py M tests/test_results.py Log Message: ----------- Add --watch for osc prjresults --xml Like: osc results --watch Compare: https://github.com/openSUSE/osc/compare/060f3464d92b...429df0dc704e **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Jan Zerebecki