[elbe-devel] [PATCH 29/32] Nuke ASCIIDocLog from gen_update_pkg
dion at linutronix.de
dion at linutronix.de
Fri Jun 14 22:13:43 CEST 2019
From: Olivier Dion <dion at linutronix.de>
Signed-off-by: Olivier Dion <dion at linutronix.de>
---
elbepack/updatepkg.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/elbepack/updatepkg.py b/elbepack/updatepkg.py
index 8c14aa23..8c54c883 100644
--- a/elbepack/updatepkg.py
+++ b/elbepack/updatepkg.py
@@ -154,9 +154,9 @@ def gen_update_pkg(project, xml_filename, upd_filename,
create_zip_archive(upd_filename, update, ".")
if project.postbuild_file:
- project.log.h2("postbuild script")
- project.log.do(project.postbuild_file + ' "%s %s %s"' % (
+ log.h2("postbuild script")
+ do(project.postbuild_file + ' "%s %s %s"' % (
upd_filename,
project.xml.text("project/version"),
project.xml.text("project/name")),
- allow_fail=True)
+ allow_fail=True)
--
2.11.0
More information about the elbe-devel
mailing list