[elbe-devel] [PATCH v3 38/52] Fix asyncworker

Torben Hohn torben.hohn at linutronix.de
Fri Jul 5 13:25:55 CEST 2019


On Thu, Jun 27, 2019 at 02:44:52PM +0200, dion at linutronix.de wrote:
> From: Olivier Dion <dion at linutronix.de>
> 
> Signed-off-by: Olivier Dion <dion at linutronix.de>

please fold this into

[PATCH v3 14/52] AsyncWorker open logging for project

and keep the Reviewed-by.

> ---
>  elbepack/asyncworker.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/elbepack/asyncworker.py b/elbepack/asyncworker.py
> index abf6e800..1b838e70 100644
> --- a/elbepack/asyncworker.py
> +++ b/elbepack/asyncworker.py
> @@ -419,7 +419,7 @@ class SaveVersionJob(AsyncWorkerJob):
>              raise
>  
>          if self.project.savesh_file:
> -            logging.h2("save version script:")
> +            logging.info("save version script:")
>              do(self.project.savesh_file + ' "%s %s %s"' % (
>                  self.project.builddir,
>                  self.project.xml.text("project/version"),
> @@ -459,7 +459,7 @@ class CheckoutVersionJob(AsyncWorkerJob):
>          # complete rebuild
>          if old_status == "build_failed":
>              logging.warning("Previous project status indicated a failed build\n"
> -                        "Just checking out the XML file.")
> +                            "Just checking out the XML file.")
>  
>              try:
>                  db.checkout_version_xml(self.project.builddir, self.version)
> -- 
> 2.11.0
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list