[elbe-devel] [PATCH] packers: fix setting default_packer
Torben Hohn
torben.hohn at linutronix.de
Fri Mar 1 14:10:24 CET 2019
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>
> ---
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.linutronix.de/pipermail/elbe-devel/attachments/20190301/14e872c7/attachment.sig>
More information about the elbe-devel
mailing list