diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-09-17 11:43:20 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-09-17 11:43:20 +0200 |
commit | ec49eb004cad753f25b68ca7d8a92ced1f13ac9f (patch) | |
tree | b18aea52ab7b3125c149607e9a21c6fa2003a829 | |
parent | 5443c3961192d5b366f7658e7e38532723896dc2 (diff) | |
download | jenkins.debian.net-ec49eb004cad753f25b68ca7d8a92ced1f13ac9f.tar.xz |
d-i logparse rules: ignore warnings as requested by KiBi in <20140916211708.GW2754@mraw.org>
-rw-r--r-- | logparse/debian-installer.rules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 7b4ee723..28d506fa 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -32,6 +32,10 @@ ok /^install -m644 warning_icon.png.+/ # make https://jenkins.debian.net/job/d-i_build_partman-basicfilesystems build nicely ok /^dpkg: warning: unable to delete old directory/ +# ignore warnings as requested by KiBi in <20140916211708.GW2754@mraw.org> +ok /^dpkg: warning: trying to overwrite .+, which is also in package/ +ok /^dpkg-genchanges: warning: the current version .+ is earlier than the previous one/ + # match line starting with 'error ', case-insensitive error /(?i)^error / |