From 33db20cf1eacb112a71657056e02b984649690d5 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 24 Nov 2016 01:56:41 +0100 Subject: debian/d-i: suppress warning when coming from commit messages Signed-off-by: Holger Levsen --- logparse/debian-installer.rules | 3 +++ logparse/debian-pkg-ci.rules | 3 +++ logparse/debian.rules | 3 +++ 3 files changed, 9 insertions(+) (limited to 'logparse') diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 9d740059..f62c5e1c 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -44,6 +44,9 @@ error /(?i)^error / ok /warning.+\[N\/y\/\?\] n/ ok /warning.+\[Y\/n\/\?\] y/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # list of warnings here... warning /[Ww]arning/ warning /WARNING/ diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules index 573f8f80..f4658324 100644 --- a/logparse/debian-pkg-ci.rules +++ b/logparse/debian-pkg-ci.rules @@ -21,6 +21,9 @@ ok /test_no_warnings PASSED/ ok /pytest-warning/ ok /gbp:warning: Pristine-tar branch "pristine-tar" not found/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # list of warnings here... warning /[Ww]arning/ warning /WARNING/ diff --git a/logparse/debian.rules b/logparse/debian.rules index 9915eeca..519d2a65 100644 --- a/logparse/debian.rules +++ b/logparse/debian.rules @@ -7,6 +7,9 @@ ok /Error while decoding stream/ # ignore images… ok /warning\.png/ +# suppress warnings from commit messages +ok /HEAD is now at .+/ + # match line starting with 'error ', case-insensitive error /(?i)^error / -- cgit v1.2.3-54-g00ecf