[Piuparts-commits] [SCM] piuparts git repository branch, master, updated. 0.48-79-gdf94975

Andreas Beckmann debian at abeckmann.de
Sat Jan 12 11:33:18 UTC 2013


The following commit has been merged in the master branch:
commit b4f79fc5b5752fd8a77807f6200432622ce2a791
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Wed Dec 19 00:41:57 2012 +0100

    new known problem: debsums_mismatch (issue)
    
    for output from --warn-on-debsums-errors
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index f7d0c80..547aa02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -32,6 +32,7 @@ piuparts (0.49) UNRELEASED; urgency=low
   * post_remove_cleanup: Cleanup dovecot certificates.
   * Merge known problem analyses excessive_output and runtime_exceeded into
     new known problem resource_violation.
+  * New known problem: Modifying conffiles or other shipped files (issue).
   * New bug template: partial-upgrade-file-overwrite.
 
  -- Andreas Beckmann <debian at abeckmann.de>  Fri, 30 Nov 2012 13:11:25 +0100
diff --git a/known_problems/debsums_mismatch_error.conf b/known_problems/debsums_mismatch_issue.conf
similarity index 88%
copy from known_problems/debsums_mismatch_error.conf
copy to known_problems/debsums_mismatch_issue.conf
index a6c87af..d3ccf23 100644
--- a/known_problems/debsums_mismatch_error.conf
+++ b/known_problems/debsums_mismatch_issue.conf
@@ -2,8 +2,8 @@
 # detect packages which modify shipped files
 #
 COMMAND='grep "FAIL: debsums reports modifications inside the chroot"'
-WHERE='fail bugged affected'
-ISSUE=0
+WHERE='pass'
+ISSUE=1
 HEADER='Packages with modified files before removal'
 HELPTEXT='
 <p>
diff --git a/piuparts-report.py b/piuparts-report.py
index 40054e5..82165f6 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -342,6 +342,7 @@ state_by_dir = {
 linktarget_by_template = [
     ("initdscript_lsb_header_issue.tpl", "but logfile contains update-rc.d issues"),
     ("command_not_found_issue.tpl", "but logfile contains 'command not found'"),
+    ("debsums_mismatch_issue.tpl", "but logfile contains modified conffiles or other shipped files"),
     ("alternatives_after_purge_issue.tpl", "but logfile contains forgotten alternatives"),
     ("owned_files_after_purge_issue.tpl", "but logfile contains owned files existing after purge"),
     ("unowned_files_after_purge_issue.tpl", "but logfile contains unowned files after purge"),

-- 
piuparts git repository



More information about the Piuparts-commits mailing list