Integrated: 8232024: Don't pollute log output with multiple errors of the same type

Alexey Semenyuk asemenyuk at openjdk.java.net
Fri Oct 23 18:41:36 UTC 2020


On Wed, 21 Oct 2020 17:03:33 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Don't run ldd and build list of dependency packages in case jpackage builds DEB package on non Debian Linux and RPM on Debian Linux. In this cases attempts to detect what packages provide libs will fail anyways, so don't waste time and pollute jpackage log output.

This pull request has now been integrated.

Changeset: cf821b0b
Author:    Alexey Semenyuk <asemenyuk at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cf821b0b
Stats:     32 lines in 4 files changed: 17 ins; 8 del; 7 mod

8232024: Don't pollute log output with multiple errors of the same type

Reviewed-by: almatvee, herrick

-------------

PR: https://git.openjdk.java.net/jdk/pull/784


More information about the core-libs-dev mailing list