move the two tinderbox{log} variables together so we
can thing about retiring one. git-svn-id: svn://10.0.0.236/trunk@77635 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4476df3eab
commit
988473ba4d
@ -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/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/bin/Attic/processmail,v $
|
||||
# $Name: not supported by cvs2svn $
|
||||
@ -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'}))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user