[obs-commits] [openSUSE/open-build-service] 4cafda: [backend] use new Build::parse_depfile function to...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 4cafda76063d90ae79837f0b86810762dbf415b6 https://github.com/openSUSE/open-build-service/commit/4cafda76063d90ae79837f... Author: Michael Schroeder <mls@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/backend/BSRepServer/Checker.pm Log Message: ----------- [backend] use new Build::parse_depfile function to read the ldeps file This is a much saner approach than calling Build::readdeps and fixing up the dependencies of the packages. Commit: b53e20aa5ceaf83ad2c170c727b1c0cc2937193e https://github.com/openSUSE/open-build-service/commit/b53e20aa5ceaf83ad2c170... Author: Michael Schroeder <mls@suse.de> Date: 2020-05-18 (Mon, 18 May 2020) Changed paths: M src/backend/BSSched/BuildJob.pm M src/backend/bs_repserver Log Message: ----------- [backend] maintain the history of the last failed jobs We write a .failhistory file that contains the last failed jobs for a package. If a build succeedes, the .failhistry is deleted again. We use this as a cheap way to get the number of successive failures when sending notifications. It is also useful when trying to find problems with some of the workers. Commit: 99ed29118d329a86826150e9b28af5993c8df71a https://github.com/openSUSE/open-build-service/commit/99ed29118d329a86826150... Author: Michael Schroeder <mls@suse.de> Date: 2020-05-19 (Tue, 19 May 2020) Changed paths: M src/backend/BSRepServer/Checker.pm M src/backend/BSSched/BuildJob.pm M src/backend/bs_repserver Log Message: ----------- Merge pull request #9526 from mlschroe/master [backend] maintain the history of the last failed jobs Compare: https://github.com/openSUSE/open-build-service/compare/d142103c9c30...99ed29...
participants (1)
-
Michael Schroeder