[elbe-devel] [PATCH] packers: fix setting default_packer

Manuel Traut manut at linutronix.de
Fri Mar 1 18:47:45 CET 2019


On 14:10 Fri 01 Mar     , Torben Hohn wrote:
> On Wed, Feb 27, 2019 at 08:43:03AM +0100, Manuel Traut wrote:
> > commit 09299ffa2a6ecc2a881a894e531a4c1594318ec4 missed
> > one conversion from using the default_packer instead of
> > the tuple.
> 
> please obey git rules, and reference commit using
> "git one"
> 
> git show -s --abbrev=12 --pretty='format:%h ("%s")' SHA
> 
> > Signed-off-by: Manuel Traut <manut at linutronix.de>
> 
> when that is fixed... 
> 
> Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

thanks - applied.

> > ---
> >  elbepack/finetuning.py | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/elbepack/finetuning.py b/elbepack/finetuning.py
> > index 14c57309..5b0cd734 100644
> > --- a/elbepack/finetuning.py
> > +++ b/elbepack/finetuning.py
> > @@ -644,7 +644,7 @@ class ExtractPartitionAction(ImageFinetuningAction):
> >          log.do(cmd)
> >  
> >          target.images.append(self.node.et.text)
> > -        target.image_packers[self.node.et.text] = ('gzip -f', '.gz')
> > +        target.image_packers[self.node.et.text] = default_packer
> >  
> >  
> >  FinetuningAction.register(ExtractPartitionAction)
> > -- 
> > 2.20.1
> > 
> 
> -- 
> 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