diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:56:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-24 01:56:41 +0100 |
commit | 33db20cf1eacb112a71657056e02b984649690d5 (patch) | |
tree | a5a675be46b242b0d82098bacc0547169e6eb496 | |
parent | 993eae05c79ef9fc2d0fabd7f7aa49953701f3ae (diff) | |
download | jenkins.debian.net-33db20cf1eacb112a71657056e02b984649690d5.tar.xz |
debian/d-i: suppress warning when coming from commit messages
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | logparse/debian-installer.rules | 3 | ||||
-rw-r--r-- | logparse/debian-pkg-ci.rules | 3 | ||||
-rw-r--r-- | logparse/debian.rules | 3 |
3 files changed, 9 insertions, 0 deletions
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 / |