hydra-build: Do not send email following an abortion.
[?]
Feb 14, 2012, 10:48 AM
FCBQMIF3WANTJKCC2L7U3M3PNRCJHKT467ETXUL5WSEEWNEAA6UACDependencies
Change contents
- replacement in src/script/hydra-build at line 100
# if buildstatus of this build is aborted, do not send emailif ($build->resultInfo->buildstatus == 3) {# if buildstatus of this build or the previous one is aborted, do# not send emailif ($build->resultInfo->buildstatus == 3 || (defined $prevBuild && ($prevBuild->resultInfo->buildstatus == 3))) {