[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.48-55-gc89d173
Andreas Beckmann
debian at abeckmann.de
Thu Dec 20 19:12:27 UTC 2012
The following commit has been merged in the piatti branch:
commit 91af553de8b4b0038baa98a2e76195447894deb6
Author: Andreas Beckmann <debian at abeckmann.de>
Date: Sat Dec 1 12:46:38 2012 +0100
new known_problem: leaving obsolete conffiles after upgrade (error)
Signed-off-by: Andreas Beckmann <debian at abeckmann.de>
diff --git a/known_problems/obsolete_conffiles_issue.conf b/known_problems/obsolete_conffiles_error.conf
similarity index 94%
copy from known_problems/obsolete_conffiles_issue.conf
copy to known_problems/obsolete_conffiles_error.conf
index d7684bf..66e0972 100644
--- a/known_problems/obsolete_conffiles_issue.conf
+++ b/known_problems/obsolete_conffiles_error.conf
@@ -2,7 +2,7 @@
# detect packages that leave obsolete conffiles after upgrades
#
COMMAND='grep "OBSOLETE CONFFILE"'
-WHERE='pass'
+WHERE='fail bugged affected'
ISSUE=1
HEADER='Packages leaving obsolete conffiles after upgrade'
HELPTEXT='
diff --git a/piuparts-report.py b/piuparts-report.py
index e22afe4..02d7b87 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -380,6 +380,7 @@ linktarget_by_template = [
("logrotate_error_after_removal_error.tpl", "due to errors from logrotate after removal"),
("installs_over_symlink_error.tpl", "...and package installs something over existing symlinks"),
("broken_symlinks_error.tpl", "...and logfile also contains 'broken symlinks'"),
+ ("obsolete_conffiles_error.tpl", "...and logfile reports obsolete conffiles"),
("unknown_failures.tpl", "due to unclassified failures"),
]
--
piuparts git repository
More information about the Piuparts-commits
mailing list