зеркало из https://github.com/mozilla/gecko-dev.git
Change caching feature to on demand. Otherwise, it may cache a log for a build that hasn't completed.
This commit is contained in:
Родитель
2f105ae044
Коммит
d8d922a7ff
|
@ -83,7 +83,7 @@ else
|
|||
}
|
||||
else
|
||||
{
|
||||
open (BRIEFFILE, ">$tree/$brief_filename");
|
||||
open (BRIEFFILE, ">$tree/$brief_filename") if defined $form{cache};
|
||||
|
||||
&print_summary;
|
||||
&print_log;
|
||||
|
|
Загрузка…
Ссылка в новой задаче