* Don't log redundant build steps in case of cached failures.
[?]
Apr 22, 2009, 2:41 PM
DGZE7ZRAFD5W2NZILJB34B4EQKI274YBFW2SXWODEPW2GJ6KE62ACDependencies
- [2]
3BKF6P72* Use Nix's negative caching. - [3]
LQNBKF3D - [4]
CLJQCY2X* Store info about all the build actions and allow them to be - [5]
NLJJZVHO* Use ->update({...}) properly. - [6]
3E6IP3R3* Add the name of the jobset to ReleaseSetJobs, otherwise we can't - [7]
G5A7TZVI* Don't discard old build steps when restarting a build. - [8]
ECBA3GQO* Make the schema class names match the case of the SQL table names. - [*]
7YBYT2LQ
Change contents
- replacement in src/script/hydra_build.pl at line 99
} else {}# Don't write a record if this derivation already# failed previously. This can happen if this is a# restarted build.elsif (scalar $build->buildsteps->search({drvpath => $drvPathStep, type => 0, busy => 0, status => 1}) == 0) {