[Piuparts-commits] [SCM] piuparts git repository branch, piatti, updated. 0.42-7-gc18c03c

Andreas Beckmann debian at abeckmann.de
Sat Jan 7 11:44:03 UTC 2012


The following commit has been merged in the piatti branch:
commit 8c82100f826a578b92f6a8582bbe5cc9a62edc18
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Fri Jan 6 11:21:12 2012 +0100

    reorder the list of known problem analyses
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/piuparts-report.py b/piuparts-report.py
index ce908e4..024d2f5 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -361,34 +361,35 @@ state_by_dir = {
 # (its a substring of the <title> of the that template
 # maintaining this list is errorprone and tiresome
 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'"),
+    ("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"),
     ("owned_files_by_many_packages_error.tpl", "due to owned files by many packages"),
+    ("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"),
     ("processes_running_error.tpl", "due to leaving processes running behind"),
     ("excessive_output_error.tpl", "due to being terminated after excessive output"),
-    ("unowned_files_after_purge_error.tpl", "due to unowned files after purge"),
     ("conffile_prompt_error.tpl", "due to prompting due to modified conffiles"),
-    ("unknown_purge_error.tpl", "due to purge failed due to an unknown reason"),
+    ("db_setup_error.tpl", "due to failing to setup a database"),
     ("insserv_error.tpl", "due to a problem with insserv"),
-    ("unknown_failures.tpl", "due to unclassified failures"),
-    ("initdscript_lsb_header_issue.tpl", "but logfile contains update-rc.d issues"),
-    ("command_not_found_issue.tpl", "but logfile contains 'command not found'"),
-    ("broken_symlinks_issue.tpl", "but logfile contains 'broken symlinks'"),
-    ("broken_symlinks_error.tpl", "...and logfile also contains 'broken symlinks'"),
+    ("problems_and_no_force_error.tpl", "due to not enough force being used"),
+    ("pre_depends_error.tpl", "due to a problem with pre-depends"),
     ("pre_installation_script_error.tpl", "due to pre-installation maintainer script failed"),
     ("post_installation_script_error.tpl", "due to post-installation maintainer script failed"),
     ("pre_removal_script_error.tpl", "due to pre-removal maintainer script failed"),
     ("post_removal_script_error.tpl", "due to post-removal maintainer script failed"),
+    ("unknown_purge_error.tpl", "due to purge failed due to an unknown reason"),
     ("cron_error_after_removal_error.tpl", "due to errors from cronjob after removal"),
     ("logrotate_error_after_removal_error.tpl", "due to errors from logrotate after removal"),
-    ("problems_and_no_force_error.tpl", "due to not enough force being used"),
-    ("pre_depends_error.tpl", "due to a problem with pre-depends"),
-    ("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"),
-    ("db_setup_error.tpl", "due to failing to setup a database"),
-    ("dependency_error.tpl", "due to unsatisfied dependencies"),
+    ("broken_symlinks_error.tpl", "...and logfile also contains 'broken symlinks'"),
+    ("unknown_failures.tpl", "due to unclassified failures"),
 ]
 
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list