[Qa-jenkins-scm] [jenkins.debian.net] 01/01: debian/d-i: suppress warning when coming from commit messages

Holger Levsen holger at layer-acht.org
Thu Nov 24 00:56:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 33db20cf1eacb112a71657056e02b984649690d5
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Nov 24 01:56:41 2016 +0100

    debian/d-i: suppress warning when coming from commit messages
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 logparse/debian-installer.rules | 3 +++
 logparse/debian-pkg-ci.rules    | 3 +++
 logparse/debian.rules           | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules
index 9d74005..f62c5e1 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 573f8f8..f465832 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 9915eec..519d2a6 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 /
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list