[Git-commits] [grml/grml-live] f0c9fe: Drop deprecated GRMLBASE/93-update-usbids (update-...

Michael Prokop noreply at github.com
Thu Sep 7 16:51:25 CEST 2023


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: f0c9feee3e66db7a923eaad30d2bf65f07d51bc9
      https://github.com/grml/grml-live/commit/f0c9feee3e66db7a923eaad30d2bf65f07d51bc9
  Author: Michael Prokop <mika at grml.org>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M debian/grml-live.maintscript
    R etc/grml/fai/config/scripts/GRMLBASE/93-update-usbids

  Log Message:
  -----------
  Drop deprecated GRMLBASE/93-update-usbids (update-usbids is gone)

update-usbids is no longer available since usbutils v008,
quoting from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805330:

| version 008, usbutils doesn't use usb.ids anymore. Instead
| it uses the udev hardware database. usb.ids is now provided by the
| package with the same name, but it doesn't provide any script to update
| it.

Given that usbutils v1:010-3 is available in Debian oldoldstable AKA
buster, there's no point in further shipping our 93-update-usbids
script any longer.


  Commit: cb68d924f752d9f0cfc2844e2d984730cdfe208e
      https://github.com/grml/grml-live/commit/cb68d924f752d9f0cfc2844e2d984730cdfe208e
  Author: Michael Prokop <mika at grml.org>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M etc/grml/fai/config/scripts/GRMLBASE/91-update-pciids

  Log Message:
  -----------
  GRMLBASE/91-update-pciids: also ignore exit code 1

If the grml_chroot uses /etc/resolv.conf with a symlink pointing to
/run/resolvconf/resolv.conf which might not exist, executing
update-pciids fails.

In the past, wget used to fail with exit code 4 (`Network failure`
according to wget(1)). Nowadays we seem to get exit code 1 (`Generic
error code`) instead. It behaves as such even if curl is present and
gets prefered over wget.

So let's also catch this error condition, to not fail a build because of
that, but instead warn about it.


Compare: https://github.com/grml/grml-live/compare/97f7e34ddff5...cb68d924f752


More information about the Git-commits mailing list