This commit is contained in:
kestes%walrus.com 2002-04-26 22:27:45 +00:00
Родитель 812095c61a
Коммит b1a9c8680f
1 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@ -12,8 +12,8 @@
# server. No locks are used by the mail processes, data is passed to
# the tinderbox server in a maildir like format.
# $Revision: 1.18 $
# $Date: 2002/04/26 22:05:07 $
# $Revision: 1.19 $
# $Date: 2002/04/26 22:27:45 $
# $Author: kestes%walrus.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
# $Name: $
@ -323,7 +323,7 @@ EOF
sub set_filenames{
sub set_filenames {
# These are temporary files, used by the mail processsor and will be
# erased before the program exits. We use filenames which end in
@ -419,6 +419,10 @@ sub backward_compatibility {
$TINDERBOX{'status'} = 'build_failed';
}
if ($TINDERBOX{'status'} eq ' testfailed') {
$TINDERBOX{'status'} = ' test_failed';
}
if ($TINDERBOX{'builddate'}) {
$TINDERBOX{'starttime'} = $TINDERBOX{'builddate'};
$TINDERBOX{'builddate'} = undef;