[Git-commits] [grml/grml2usb] 4d800e: Provide git-describe based version information whe...

Michael Prokop noreply at github.com
Thu Oct 31 15:06:30 CET 2019


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml2usb
  Commit: 4d800e56b2e2de9cdf1d133fd4ce6680c4918a33
      https://github.com/grml/grml2usb/commit/4d800e56b2e2de9cdf1d133fd4ce6680c4918a33
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M debian/rules
    M grml2usb
    M tarball.sh

  Log Message:
  -----------
  Provide git-describe based version information when running from within git

This is useful when executing grml2usb from inside grml2usb.git itself

Thanks: Florian Apolloner for review and feedback


  Commit: 9586781bea4d64c8ab13a3c5fa46223c147219d5
      https://github.com/grml/grml2usb/commit/9586781bea4d64c8ab13a3c5fa46223c147219d5
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M grml2usb

  Log Message:
  -----------
  No longer explicitly list addon files, instead copy all files from /boot/addons/

It's annoying to have to manually adjust the list of expected addons
whenever we add/remove files (like adding EFI-capable addon files,
what I'm currently working on). Especially since the grml2usb version
as present in Debian/Grml repositories might not match the Grml ISO
the user wants to use.


  Commit: ea3de89e4be517e1ebd95e27b5365e5d67894532
      https://github.com/grml/grml2usb/commit/ea3de89e4be517e1ebd95e27b5365e5d67894532
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M grml2usb

  Log Message:
  -----------
  check_for_fat(): use subprocess.check_output to avoid dependency on Python 3.7

The text=... option for subprocess.Popen was added in Python 3.7 only
("text was added as a more readable alias for universal_newlines"), and
also "encoding" and "errors" were introduced in Python 3.6 only.
We don't want to stick to a specific py3k version, so let's try to
be as backwards compatible as possible.

Since we only need stdout of blkid let's switch to
subprocess.check_output instead.

Thanks: Florian Apolloner for review and feedback


  Commit: 2112d160c764597e8464c60d8d6ebabd3880c42b
      https://github.com/grml/grml2usb/commit/2112d160c764597e8464c60d8d6ebabd3880c42b
  Author: Michael Prokop <mika at grml.org>
  Date:   2019-10-31 (Thu, 31 Oct 2019)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 0.17.0


Compare: https://github.com/grml/grml2usb/compare/46166cdc45ea...2112d160c764


More information about the Git-commits mailing list