From 1133e67c8e882edc934ebb1e150e100939d25ba0 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 12 Apr 2014 02:44:55 +0200 Subject: logparser/debian-installer.rules: ignore 'dpkg: warning: unable to delete old directory' --- logparse/debian-installer.rules | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'logparse') diff --git a/logparse/debian-installer.rules b/logparse/debian-installer.rules index 1c832590..47c7c969 100644 --- a/logparse/debian-installer.rules +++ b/logparse/debian-installer.rules @@ -7,7 +7,7 @@ ok /^dpkg-source: warning/ ok /^dpkg-gencontrol: warning/ ok /^dpkg-buildpackage: warning/ -# trying to get http://jenkins.debian.net/job/d-i_build_console-setup/ build nicely +# make get http://jenkins.debian.net/job/d-i_build_console-setup/ build nicely ok /^WARNING: U.{5}: can not be positioned properly/ ok /^WARNING: U.{5}: no glyph defined/ ok /^WARNING: U.{5}: .+ broken pixel/ @@ -15,7 +15,7 @@ ok /^WARNING: Unknown X keysym/ ok /^WARNING: Can not find/ ok /^WARNING: Skipping too long sequence:/ -# trying to get http://jenkins.debian.net/job/d-i_build_debian-installer to build nicely +# make http://jenkins.debian.net/job/d-i_build_debian-installer build nicely 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/ @@ -23,12 +23,15 @@ 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 +# make http://jenkins.debian.net/job/d-i_build_apt-setup/ build nicely ok /^WARNING: .+: spurious newline removed/ -# making http://jenkins.debian.net/view/d-i_packages/job/d-i_build_rootskel-gtk/ build nicely +# make http://jenkins.debian.net/view/d-i_packages/job/d-i_build_rootskel-gtk/ build nicely 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/ + # match line starting with 'error ', case-insensitive error /(?i)^error / -- cgit v1.2.3-54-g00ecf