From 9c02fed844a9cf62a7094c34fb0ca6d38640a07a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 26 Oct 2014 13:07:02 +0100 Subject: d-i logparse rules: ignore warnings in configure questions and treat less lines as 'info' --- logparse/debian-installer.rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 28d506fa..282d9080 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -39,10 +39,14 @@ ok /^dpkg-genchanges: warning: the current version .+ is earlier than the previo # match line starting with 'error ', case-insensitive error /(?i)^error / +# suppress warnings in configure questiosn +ok /warning.+\[N\/y\/\?\] n/ +ok /warning.+\[Y\/n\/\?\] y/ + # list of warnings here... warning /[Ww]arning/ warning /WARNING/ # create a quick access link to lines in the report containing 'INFO' -info /INFO/ +info /^INFO.*/ -- cgit v1.2.3-54-g00ecf