hydra-build: Do not send email following an abortion.

[?]
Feb 14, 2012, 10:48 AM
FCBQMIF3WANTJKCC2L7U3M3PNRCJHKT467ETXUL5WSEEWNEAA6UAC

Dependencies

Change contents

  • replacement in src/script/hydra-build at line 100
    [2.101][2.101:214]()
    # if buildstatus of this build is aborted, do not send email
    if ($build->resultInfo->buildstatus == 3) {
    [2.101]
    [3.4231]
    # if buildstatus of this build or the previous one is aborted, do
    # not send email
    if ($build->resultInfo->buildstatus == 3 || (defined $prevBuild && ($prevBuild->resultInfo->buildstatus == 3))) {