diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-29 12:46:37 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-29 12:46:37 +0100 |
commit | c67787fde86a5fc7ec00a39219d30511c4157b5e (patch) | |
tree | 003ede50c31ddfef67a344c44b95f4dea0cea3bd /logparse | |
parent | a02866c9734890baa357393debaa93ca4164f952 (diff) | |
download | jenkins.debian.net-c67787fde86a5fc7ec00a39219d30511c4157b5e.tar.xz |
ignore warnings about unsupported languages
Diffstat (limited to 'logparse')
-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 1c8eb3cc..fd61a9ec 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -20,6 +20,9 @@ ok /^dpkg: warning: overriding problem because --force enabled:/ ok /^dpkg-distaddfile: warning: File::FcntlLock not available; using flock which is not NFS-safe/ 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/ + # making http://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely ok /^WARNING: .+: spurious newline removed/ |