зеркало из https://github.com/mozilla/pjs.git
move the two tinderbox{log} variables together so we
can thing about retiring one.
This commit is contained in:
Родитель
69495569f2
Коммит
9f3ade90c8
|
@ -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/jrmuizel/cvs-mirror/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'}))
|
||||
|
|
Загрузка…
Ссылка в новой задаче