diff options
author | Mattia Rizzolo <mattia@debian.org> | 2016-11-10 22:48:08 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2016-11-10 22:48:08 +0000 |
commit | d15ab60523c2a1c33318ef2f4f9a32146e4aeb2d (patch) | |
tree | b5a00456e9ceff482a5cac3b39d26f54df54fe90 /logparse | |
parent | c94e1ff1e9d3ddf4d21fcdaa735abed6660d15e4 (diff) | |
download | jenkins.debian.net-d15ab60523c2a1c33318ef2f4f9a32146e4aeb2d.tar.xz |
logparse/d-i: don't warn about dpkg-genbuildinfo stuff
"dpkg-genbuildinfo: warning: File::FcntlLock not available; using flock which is not NFS-safe" is causing unstable jobs and noise
As requested by KiBi
Diffstat (limited to 'logparse')
-rw-r--r-- | logparse/debian-installer.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 282d9080..9d740059 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -5,6 +5,7 @@ ok /not really/ # oh well ok /^dpkg-source: warning/ ok /^dpkg-gencontrol: warning/ +ok /^dpkg-genbuildinfo: warning/ ok /^dpkg-buildpackage: warning/ # make get https://jenkins.debian.net/job/d-i_build_console-setup/ build nicely |