From d15ab60523c2a1c33318ef2f4f9a32146e4aeb2d Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 10 Nov 2016 22:48:08 +0000 Subject: 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 --- logparse/debian-installer.rules | 1 + 1 file changed, 1 insertion(+) (limited to 'logparse') 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 -- cgit v1.2.3-54-g00ecf