removed debug print, added last 50 lines in failure emails
[?]
Jan 6, 2010, 1:57 PM
BOFOHCPK7UVE3TUEL4NNOQXN2EQGN6N3ITJWTCOJK5Q6MSHYSOSQCDependencies
- [2]
FYO6NECEhydra - [3]
ZDNXMJ3J* Typo. - [4]
MPGVCHVF* Fix an apparent incompatibility with recent DBIx::Class. - [5]
2IEFMER5* Add --fallback to prevent problems with obsolete substitutes. - [6]
G5A7TZVI* Don't discard old build steps when restarting a build. - [7]
KA45EBF5* Send email if a build fails. - [8]
7YBYT2LQ - [9]
CLJQCY2X* Store info about all the build actions and allow them to be - [10]
A63IHCMX* Register GC roots properly. - [11]
QUTWJR7P* Include more info in notification emails.
Change contents
- edit in src/script/hydra_build.pl at line 148
my $loglines = 50;my $logfile = $build->resultInfo->logfile;my $logtext = `tail -$loglines $logfile` if -e $logfile; - edit in src/script/hydra_build.pl at line 160
. ($build->resultInfo->buildstatus != 0 ? "\nThe last $loglines lines of the build log are shown at the bottom of this email.\n" : "") - replacement in src/script/hydra_build.pl at line 172
. "Regards,\n\nThe Hydra build daemon.\n";. "Regards,\n\nThe Hydra build daemon.\n". ($build->resultInfo->buildstatus != 0 ? "\n---\n$logtext" : ""); - replacement in src/script/hydra_build.pl at line 225
print STDERR $cmd;