Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ca03fe3ed1a6d454c8e9fc5ea094e86853647b27 https://github.com/openSUSE/open-build-service/commit/ca03fe3ed1a6d454c8e9fc... Author: Sumit Jamgade <sjamgade@suse.com> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M src/backend/BSSched/BuildJob.pm M src/backend/bs_worker Log Message: ----------- [backend] generate _statistics file when the result is no-change this patch moves some of the code around into a new function . It adds a few lines for the real work of creating file when there is no change. The code for the new function `updatestatsfromfile` add stats to the passed in hash after reading it from file. The function is not responsible for checking the existence of file and its format. Commit: 56e0cd4b2b9211a8ce01b9d9646a54004b56e0a8 https://github.com/openSUSE/open-build-service/commit/56e0cd4b2b9211a8ce01b9... Author: Michael Schroeder <mls@suse.de> Date: 2020-02-06 (Thu, 06 Feb 2020) Changed paths: M src/backend/BSSched/BuildJob.pm M src/backend/bs_worker Log Message: ----------- Merge pull request #9037 from sjamgade/statsfornochange [backend] generate _statistics file when the result is no-change Compare: https://github.com/openSUSE/open-build-service/compare/605320a2f6c5...56e0cd...