diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-16 19:39:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-16 19:39:54 +0100 |
commit | 84e52f36144ad39089e6873260a28cc336abd0ae (patch) | |
tree | 09ce282ead7654b33122ab1e600d9656c0a80836 | |
parent | a82502294f7c71c6e858f33df88bbaf4583f13a9 (diff) | |
download | jenkins.debian.net-84e52f36144ad39089e6873260a28cc336abd0ae.tar.xz |
d-i: dont let warning.png trigger warnings
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | logparse/debian-installer.rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index f62c5e1c..e71f28cb 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -24,6 +24,9 @@ ok /^WARNING: If you have created or modified any DOS 6/ # make these d-i_manual_$lang_pdf job builds "succeed" even though the build then basically is a no-op ok /^Warning: pdf and ps formats are currently not supported for Chinese, Greek, Japanese and Vietnamese/ +# also for the manual +ok /.+manual\/build\/stylesheets\/png\/warning.png/ + # make https://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely ok /^WARNING: .+: spurious newline removed/ |