[elbe-devel] [PATCH 0/5] implementation of packer class

Manuel Traut manut at linutronix.de
Fri Feb 8 16:06:39 CET 2019


Hi Torben, John,

On 12:39 Mon 28 Jan     , John Ogness wrote:
> On 2019-01-28, Torben Hohn <torben.hohn at linutronix.de> wrote:
> > First implementation of packer class.
> > This allows to change the compression used, using a finetuning command.
> > We also implement tar.gz and tar.xz, which is able to handle sparse
> > files much better than gzip.
> 
> If the original file is deleted by the TarArchiver after executing tar,

i added the rm -f as it was accepted by Torben and merged everything into
devel/elbe-3.0

> Reviewed-by: John Ogness <john.ogness at linutronix.de>

thanks for the implementation Torben and for review John!

> for this patch series.
> 
> > Torben Hohn (5):
> >   packers: add Packer class implementation
> >   packers: use Packers in efilesystem and finetuning
> >   finetuning: first implementation of <set_packer>
> >   examples arm64-qemu-virt: compress the sdcard image
> >   examples x86_64-pc-hdimg-grub-uefi-stretch: add <set_packer>
> >
> >  elbepack/efilesystem.py                        | 14 ++---
> >  elbepack/finetuning.py                         | 24 +++++++-
> >  elbepack/packers.py                            | 77 ++++++++++++++++++++++++++
> >  examples/arm64-qemu-virt.xml                   |  1 +
> >  examples/x86_64-pc-hdimg-grub-uefi-stretch.xml |  2 +
> >  schema/dbsfed.xsd                              | 23 ++++++++
> >  6 files changed, 132 insertions(+), 9 deletions(-)
> >  create mode 100644 elbepack/packers.py
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel



More information about the elbe-devel mailing list