[obs-commits] [openSUSE/osc] 1caa82: fixed IncompleteRead(0) error on long builds.
Branch: refs/heads/master Home: https://github.com/openSUSE/osc Commit: 1caa825e898a0f2f086eb3037368e4071ae47dda https://github.com/openSUSE/osc/commit/1caa825e898a0f2f086eb3037368e4071ae47... Author: lethliel <mstrigl@suse.com> Date: 2018-04-24 (Tue, 24 Apr 2018) Changed paths: M osc/core.py Log Message: ----------- fixed IncompleteRead(0) error on long builds. catch IncompleteRead() and retry until retry_counter is reached. Then re-raise IncompleteRead() Commit: cbd10644a24fb8043d5d9835a047e8ec3b10e17c https://github.com/openSUSE/osc/commit/cbd10644a24fb8043d5d9835a047e8ec3b10e... Author: Marcus Huewe <suse-tux@gmx.de> Date: 2018-04-25 (Wed, 25 Apr 2018) Changed paths: M osc/core.py Log Message: ----------- Merge branch 'fix_IncompleteRead' of https://github.com/lethliel/osc Retry 3 times in print_buildlog in case of an incomplete read. (Instead of 3, the "http_retries" config option might be more appropriate.) Compare: https://github.com/openSUSE/osc/compare/22f0c21b5795...cbd10644a24f
participants (1)
-
Marcus Huewe