[Git-commits] [grml/grml-live] a4b23f: GRMLBASE/98-clean-chroot: also nuke *.xz files

Michael Prokop noreply at github.com
Tue Jul 13 15:47:13 CEST 2021


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: a4b23f178e1d935aa586677cb68d0d513528d8f6
      https://github.com/grml/grml-live/commit/a4b23f178e1d935aa586677cb68d0d513528d8f6
  Author: Michael Prokop <mika at grml.org>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M etc/grml/fai/config/scripts/GRMLBASE/98-clean-chroot

  Log Message:
  -----------
  GRMLBASE/98-clean-chroot: also nuke *.xz files

Files like /var/log/apt/eipp.log.xz are present nowadays


  Commit: fe5a77dd117f8741aab0bd371adcb15773bd2a61
      https://github.com/grml/grml-live/commit/fe5a77dd117f8741aab0bd371adcb15773bd2a61
  Author: Michael Prokop <mika at grml.org>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M grml-live

  Log Message:
  -----------
  No longer produce md5, sha1 + sha512 checksums, but only sha256

We no longer rely on those checksum files and it increases build
time. It should be enough to generate just the sha256 checksum file.

Related to https://github.com/grml/grml/issues/120


  Commit: ddbbaaae48f26746c630a193e4894533116d2d01
      https://github.com/grml/grml-live/commit/ddbbaaae48f26746c630a193e4894533116d2d01
  Author: Michael Prokop <mika at grml.org>
  Date:   2021-07-13 (Tue, 13 Jul 2021)

  Changed paths:
    M grml-live

  Log Message:
  -----------
  netboot creation: no longer compress the tarball + only generate sha256 checksum file

Compressing the tarball takes several seconds, while there's usually
no change in file size, as pretty much all its files are already
compressed. By no longer compressing the tarball we reduce build time.

Also no longer generated sha1 and sha512 checksum files, we agreed
to only rely on sha256 checksum files nowadays.

Related to https://github.com/grml/grml/issues/120


Compare: https://github.com/grml/grml-live/compare/9c222ea5fa23...ddbbaaae48f2


More information about the Git-commits mailing list