зеркало из https://github.com/mozilla/gecko-dev.git
more backward compatibilty.
This commit is contained in:
Родитель
812095c61a
Коммит
b1a9c8680f
|
@ -12,8 +12,8 @@
|
||||||
# server. No locks are used by the mail processes, data is passed to
|
# server. No locks are used by the mail processes, data is passed to
|
||||||
# the tinderbox server in a maildir like format.
|
# the tinderbox server in a maildir like format.
|
||||||
|
|
||||||
# $Revision: 1.18 $
|
# $Revision: 1.19 $
|
||||||
# $Date: 2002/04/26 22:05:07 $
|
# $Date: 2002/04/26 22:27:45 $
|
||||||
# $Author: kestes%walrus.com $
|
# $Author: kestes%walrus.com $
|
||||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
|
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/processmail_builds,v $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
|
@ -323,7 +323,7 @@ EOF
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
sub set_filenames{
|
sub set_filenames {
|
||||||
|
|
||||||
# These are temporary files, used by the mail processsor and will be
|
# These are temporary files, used by the mail processsor and will be
|
||||||
# erased before the program exits. We use filenames which end in
|
# erased before the program exits. We use filenames which end in
|
||||||
|
@ -419,6 +419,10 @@ sub backward_compatibility {
|
||||||
$TINDERBOX{'status'} = 'build_failed';
|
$TINDERBOX{'status'} = 'build_failed';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($TINDERBOX{'status'} eq ' testfailed') {
|
||||||
|
$TINDERBOX{'status'} = ' test_failed';
|
||||||
|
}
|
||||||
|
|
||||||
if ($TINDERBOX{'builddate'}) {
|
if ($TINDERBOX{'builddate'}) {
|
||||||
$TINDERBOX{'starttime'} = $TINDERBOX{'builddate'};
|
$TINDERBOX{'starttime'} = $TINDERBOX{'builddate'};
|
||||||
$TINDERBOX{'builddate'} = undef;
|
$TINDERBOX{'builddate'} = undef;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче