do not send email for builds with status 'aborted'

[?]
Mar 15, 2011, 12:12 PM
LOMVF2KHUIJSCXY76FDF4YMGAEVTHGPFMYFC2SRSWNA2C6NYFRLQC

Dependencies

Change contents

  • edit in src/script/hydra_build.pl.in at line 94
    [2.4125]
    [2.4125]
    # if there is a previous build with same buildstatus, do not send email
  • edit in src/script/hydra_build.pl.in at line 96
    [2.4231]
    [2.4231]
    return;
    }
    # if buildstatus of this build is aborted, do not send email
    if ($build->resultInfo->buildstatus == 3) {