move the two tinderbox{log} variables together so we

can thing about retiring one.
This commit is contained in:
kestes%staff.mail.com 2000-08-30 20:15:34 +00:00
Родитель 5581c703e6
Коммит 1219a83c55
1 изменённых файлов: 7 добавлений и 5 удалений

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

@ -11,8 +11,8 @@
# logs in compressed form for future reference.
# $Revision: 1.4 $
# $Date: 2000/08/30 02:19:15 $
# $Revision: 1.5 $
# $Date: 2000/08/30 20:15:34 $
# $Author: kestes%staff.mail.com $
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/bin/Attic/processmail,v $
# $Name: $
@ -308,6 +308,11 @@ sub set_filenames{
("$FileStructure::URLS{'gunzip'}?".
"tree=$tree&full-log=$main::UID");
# record the basename of the log file
$TINDERBOX{'full-log'} = File::Basename::basename($FILE{'full-log'});
$TINDERBOX{'brief-log'} = File::Basename::basename($FILE{'brief-log'});
return 1;
}
@ -1044,9 +1049,6 @@ sub assemble_files {
}
$TINDERBOX{'full-log'} = File::Basename::basename($FILE{'full-log'});
$TINDERBOX{'brief-log'} = File::Basename::basename($FILE{'brief-log'});
if(
($TINDERBOX{'binaryname'}) &&
(!(-z $TMP_FILE{'binaryfile'}))