* Typo.

[?]
Aug 12, 2009, 1:50 PM
ZDNXMJ3J7OF5ZCZWCU6U5XEXCLVZVZYNLPWB74UNUC5ADQFODWAQC

Dependencies

  • [2] QUTWJR7P * Include more info in notification emails.
  • [3] 7YBYT2LQ
  • [4] KA45EBF5 * Send email if a build fails.
  • [5] 6KCP6ODP * Get the URI for use in notification mails from the Hydra config

Change contents

  • replacement in src/script/hydra_build.pl at line 66
    [2.221][2.221:309]()
    my $infoTable = Text::Table->new({ align => "left" }, \" | ", { align => "left" });
    [2.221]
    [2.309]
    my $infoTable = Text::Table->new({ align => "left" }, \ " | ", { align => "left" });
  • replacement in src/script/hydra_build.pl at line 85
    [2.1103][2.1103:1211]()
    { title => "Name", align => "left" }, \" | ",
    { title => "Type", align => "left" }, \" | ",
    [2.1103]
    [2.1211]
    { title => "Name", align => "left" }, \ " | ",
    { title => "Type", align => "left" }, \ " | ",
  • replacement in src/script/hydra_build.pl at line 107
    [3.980][2.1699:1763]()
    . "Complete build information page can be found here: "
    [3.980]
    [3.1039]
    . "Complete build information can be found on this page: "