diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-11-04 00:39:28 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-11-04 00:47:22 +0100 |
commit | c6a40cdbe24b9601be228fccf9f2076a57eeac08 (patch) | |
tree | 02a4ef9196121a5c452fbbb218ca6667ae438eb4 /logparse | |
parent | 6ba95b96124c67a611e5b33c5d52c5f4486eb1ba (diff) | |
download | jenkins.debian.net-c6a40cdbe24b9601be228fccf9f2076a57eeac08.tar.xz |
add 2 new piuparts build jobs
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/debian.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logparse/debian.rules b/logparse/debian.rules index dc521871..713ad894 100644 --- a/logparse/debian.rules +++ b/logparse/debian.rules @@ -9,6 +9,11 @@ error /(?i)^error / warning /[Ww]arning/ warning /WARNING/ +# catch lintian warnings and errors +warning /^W: / +warning /^E: / + + # create a quick access link to lines in the report containing 'INFO' info /INFO/ |