[Qa-jenkins-scm] [jenkins.debian.net] 01/01: logparse: don't mark 'N: 1 tag overridden (1 warning)' as a warning

Holger Levsen holger at layer-acht.org
Fri Feb 3 10:43:28 UTC 2017


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 12e23aa0efbaa21b8cba01fe2edbd83c305fb7e2
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Feb 3 10:05:56 2017 +0100

    logparse: don't mark 'N: 1 tag overridden (1 warning)' as a warning
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 logparse/debian-pkg-ci.rules | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules
index 5974ea9..1ab6986 100644
--- a/logparse/debian-pkg-ci.rules
+++ b/logparse/debian-pkg-ci.rules
@@ -29,13 +29,12 @@ ok /perl: warning: Setting locale failed./
 # suppress warnings from commit messages
 ok /HEAD is now at .+/
 
-# list of warnings here...
-warning /[Ww]arning/
-warning /WARNING/
-
 # catch lintian warnings and errors
 warning /^W: /
 warning /^E: /
+# but supress things like 'N: 1 tag overridden (1 warning)'
+ok /N: \d+ tags? overridden \(\d+/
 
-
-
+# list of warnings here...
+warning /[Ww]arning/
+warning /WARNING/

-- 
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