summaryrefslogtreecommitdiffstats
path: root/logparse/debian-pkg-ci.rules
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-08-30 16:36:22 +0200
committerHolger Levsen <holger@layer-acht.org>2016-08-30 16:36:22 +0200
commit03a71f316b4302751d3344125f2f9081591948e1 (patch)
tree69e2c316b900c4552da5b5a85aa227b3003a8927 /logparse/debian-pkg-ci.rules
parent95028da79d03c01b342020e870e27e10240edab2 (diff)
downloadjenkins.debian.net-03a71f316b4302751d3344125f2f9081591948e1.tar.xz
reproducible Debian: add jobs to test strip-nondeterminism and disorderfs on every commit, one job each for the master branch, another (each) for the rest
Diffstat (limited to 'logparse/debian-pkg-ci.rules')
-rw-r--r--logparse/debian-pkg-ci.rules31
1 files changed, 31 insertions, 0 deletions
diff --git a/logparse/debian-pkg-ci.rules b/logparse/debian-pkg-ci.rules
new file mode 100644
index 00000000..df8c150b
--- /dev/null
+++ b/logparse/debian-pkg-ci.rules
@@ -0,0 +1,31 @@
+# see https://wiki.jenkins-ci.org/display/JENKINS/Log+Parser+Plugin
+
+ok /not really/
+
+ok /Error while decoding stream/
+
+# ignore images…
+ok /warning\.png/
+
+# match line starting with 'error ', case-insensitive
+error /(?i)^error /
+
+# ignore some stuff
+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/
+warning /WARNING/
+
+# catch lintian warnings and errors
+warning /^W: /
+warning /^E: /
+
+
+