[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.42-50-g4ee7269

Andreas Beckmann debian at abeckmann.de
Mon Mar 5 13:56:30 UTC 2012


The following commit has been merged in the develop branch:
commit 7175b75b88182c6477af6f3e5ce1585670a52527
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Mon Feb 27 21:44:49 2012 +0100

    add more known problem reports
    
    add reports about
    - forgotten alternatives
    - owned and unowned files in passed tests
    - ignored maintainer script errors in passed tests
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index a9aede8..f6971ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,8 @@ piuparts (0.44) UNRELEASED; urgency=low
     - Increase output limit to 3 MB (for dist-upgrading daptup).
   * piuparts-report.py:
     - Add link to the list of untestable logs.
+    - Add more known problem reports: forgotten alternatives, warnings in
+      passed logs: leftover files and failed maintainer scripts.
 
   [ Holger Levsen ]
   * Enable automatic bug updating in piuparts-analyse: if a bug is not closed
diff --git a/piuparts-report.py b/piuparts-report.py
index fcc9688..7bf3d31 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -370,14 +370,19 @@ 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'"),
+    ("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"),
+    ("maintainer_script_issue.tpl", "but logfile contains maintainer script failures"),
     ("broken_symlinks_issue.tpl", "but logfile contains 'broken symlinks'"),
 
     ("dependency_error.tpl", "due to unsatisfied dependencies"),
     ("command_not_found_error.tpl", "due to a 'command not found' error"),
     ("files_in_usr_local_error.tpl", "due to files in /usr/local"),
     ("overwrite_other_packages_files_error.tpl", "due to overwriting other packages files"),
-    ("owned_files_after_purge_error.tpl", "due to owned files existing after purge"),
+    ("alternatives_after_purge_error.tpl", "due to forgotten alternatives after purge"),
     ("owned_files_by_many_packages_error.tpl", "due to owned files by many packages"),
+    ("owned_files_after_purge_error.tpl", "due to owned files existing after purge"),
     ("unowned_files_after_purge_error.tpl", "due to unowned files after purge"),
     ("modified_files_after_purge_error.tpl", "due to files having been modified after purge"),
     ("disappeared_files_after_purge_error.tpl", "due to files having disappeared after purge"),

-- 
piuparts git repository



More information about the Piuparts-commits mailing list