[obs-commits] [openSUSE/open-build-service] 396f03: Fix 100% cpu load in development backend script
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 396f036ae9320574ee6323726528bcb5265de6cb https://github.com/openSUSE/open-build-service/commit/396f036ae9320574ee6323... Author: Eduardo Navarro <enavarro@suse.com> Date: 2016-10-28 (Fri, 28 Oct 2016) Changed paths: M contrib/start_development_backend Log Message: ----------- Fix 100% cpu load in development backend script Fix "trap" definition, moving it outside the while true loop. Substitution of while true loop with "wait". These two changes prevents a loop of 100% cpu load. Also added ";;" in last option of case. Commit: 79bf31f07d8fbda596e3fc1e60444f6a9ae6dff0 https://github.com/openSUSE/open-build-service/commit/79bf31f07d8fbda596e3fc... Author: Adrian Schröter <adrian@suse.de> Date: 2016-10-31 (Mon, 31 Oct 2016) Changed paths: M contrib/start_development_backend Log Message: ----------- Merge pull request #2279 from eduardoj/fix_development_backend_script_trap_wait Fix 100% cpu load in development backend script Compare: https://github.com/openSUSE/open-build-service/compare/9cf3f56422df...79bf31...
participants (1)
-
Adrian Schröter