diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-08-15 10:43:51 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-08-15 10:43:51 +0200 |
commit | c348cb3a375fa60e7d5af5b54ce694ceadd4d03f (patch) | |
tree | c746c5c76e7ee50f6feda08e537b238b1d900c30 | |
parent | f3f24dbd8512880e1b58f1e33af56c64e40e69de (diff) | |
download | jenkins.debian.net-c348cb3a375fa60e7d5af5b54ce694ceadd4d03f.tar.xz |
reproducible diffoscope: ignore more warnings
-rw-r--r-- | logparse/debian-diffoscope.rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/logparse/debian-diffoscope.rules b/logparse/debian-diffoscope.rules index 3ed016b7..df8c150b 100644 --- a/logparse/debian-diffoscope.rules +++ b/logparse/debian-diffoscope.rules @@ -15,6 +15,9 @@ ok /update-binfmts: warning:/ ok /update-rc.d: warning: start and stop actions are no longer supported/ ok /E: Can not write log \(Is /dev/pts mounted/ ok /Warning: there was a problem reading the certificate file \/etc\/ssl\/certs/ +ok /dpkg-buildpackage: warning: using a gain-root-command while being root/ +ok /warning: the authors of lintian do not recommend running it with root privileges/ +ok /test_no_warnings PASSED/ # list of warnings here... warning /[Ww]arning/ @@ -25,6 +28,4 @@ warning /^W: / warning /^E: / -# create a quick access link to lines in the report containing 'INFO' -info /INFO/ |