[elbe-devel] [PATCH 3/4] dump: remove "Archive extract" and "Finetuning log" from elbe-report.txt

Bastian Germann bage at linutronix.de
Tue Sep 17 18:25:53 CEST 2019


> the Archive extract step and Finetuning steps did not have a proper
> way to log to anything other than elbe-repor.txt, so these headings

elbe-repor.txt -> elbe-report.txt

> made sense there.
> 
> With the noew logging, the report does not contain output from tar nor

noew -> new

> output from the finetuning steps.
> 
> Remove the headings for these, too.
> 
> Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>

With the changes
Reviewed-by: Bastian Germann <bage at linutronix.de>

> ---
>  elbepack/dump.py | 4 ----
>  1 file changed, 4 deletions(-)
> 
> diff --git a/elbepack/dump.py b/elbepack/dump.py
> index 4642ae925..f2d69264a 100644
> --- a/elbepack/dump.py
> +++ b/elbepack/dump.py
> @@ -192,8 +192,6 @@ def elbe_report(xml, buildenv, cache, targetfs):
>      index = cache.get_fileindex()
>      mt_index = targetfs.mtime_snap()
>  
> -    report.info("Archive extract")
> -
>      if xml.has("archive") and not xml.text("archive") is None:
>          with xml.archive_tmpfile() as fp:
>              do('tar xvfj "%s" -h -C "%s"' % (fp.name, targetfs.path))
> @@ -201,8 +199,6 @@ def elbe_report(xml, buildenv, cache, targetfs):
>      else:
>          mt_index_postarch = mt_index
>  
> -    report.info("Finetuning log")
> -
>      if xml.has("target/finetuning"):
>          do_finetuning(xml, buildenv, targetfs)
>          mt_index_post_fine = targetfs.mtime_snap()
> 



More information about the elbe-devel mailing list