fixed email bug
[?]
Sep 1, 2010, 8:52 AM
IW2LHCLLCFC6CSM5BECJS3PN2LPBAM4ZJX6NHBZPIRUJTNWHG4EACDependencies
- [2]
LA27PR4Uhydra: fix enable email notification bug - [3]
OG7BEM57 - [4]
KA45EBF5* Send email if a build fails. - [5]
FYO6NECEhydra - [*]
7YBYT2LQ - [*]
AFTXA575* $HYDRA_DATA environment variable.
Change contents
- edit in src/script/hydra_build.pl at line 8[8.1070][3.276]
use Hydra::Helper::AddBuilds; - replacement in src/script/hydra_build.pl at line 86
return if !($build->maintainers && $build->jobset->enableemail);return if ! ( $build->jobset->enableemail && ($build->maintainers neq "" || $build->jobset->emailoverride neq "") );