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

Torben Hohn torben.hohn at linutronix.de
Tue Sep 17 17:55:55 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
made sense there.

With the noew logging, the report does not contain output from tar nor
output from the finetuning steps.

Remove the headings for these, too.

Signed-off-by: Torben Hohn <torben.hohn 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()
-- 
2.20.1




More information about the elbe-devel mailing list