[Git-commits] [grml/grml-live] c701ee: Rework script which checks for uninstallable packa...

Michael Prokop mika at grml.org
Fri Mar 21 08:53:25 CET 2014


  Branch: refs/heads/master
  Home:   https://github.com/grml/grml-live
  Commit: c701eefdfc1608c1655defece1c2e3f8ff5cde66
      https://github.com/grml/grml-live/commit/c701eefdfc1608c1655defece1c2e3f8ff5cde66
  Author: Michael Prokop <mika at grml.org>
  Date:   2014-03-21 (Fri, 21 Mar 2014)

  Changed paths:
    M etc/grml/fai/config/scripts/GRMLBASE/01-packages

  Log Message:
  -----------
  Rework script which checks for uninstallable packages

While older versions of dpkg reported:

| No packages found matching ${package}.

newer ones report:

| dpkg-query: no packages found matching ${package}

Newer versions of dpkg also seem to mix stdout and stderr
(looking like buffering problems?), so the result is unreliable
for us. Therefore split handling of stdout and stderr output.

This fixes the problem that the junit output wasn't
really adequate anymore lately.




More information about the Git-commits mailing list