[Piuparts-commits] rev 669 - in trunk: . debian

Holger Levsen holger at alioth.debian.org
Sun Feb 28 13:03:47 UTC 2010


Author: holger
Date: 2010-02-28 13:03:38 +0000 (Sun, 28 Feb 2010)
New Revision: 669

Modified:
   trunk/debian/changelog
   trunk/piuparts-report.py
Log:
fix grammar and stupid typos

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2010-02-28 12:20:44 UTC (rev 668)
+++ trunk/debian/changelog	2010-02-28 13:03:38 UTC (rev 669)
@@ -2,7 +2,7 @@
 
   [ Holger Levsen ]
   * piuparts-report.py: 
-     - report packages which failed,
+     - report packages which failed
        - due to broken maintainer scripts, 
        - due to output from cron after removal
        - due to not enough force being 

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-02-28 12:20:44 UTC (rev 668)
+++ trunk/piuparts-report.py	2010-02-28 13:03:38 UTC (rev 669)
@@ -361,6 +361,7 @@
 # see http://docs.python.org/library/bisect.html 2nd example
 # or use XX_name.tpl and get the linktarget from the template 
 # (its a substring of the <title> of the that template
+# the 2nd option should be preferend, maintaining this list is errorprone and tiresome
 linktarget_by_template = {
     "command_not_found_error.tpl": "due to a 'command not found' error",
     "files_in_usr_local_error.tpl": "due to files in /usr/local",
@@ -386,8 +387,8 @@
     "problems_and_no_force_error.tpl": "due to not enough force being used",
     "needs_remove_but_remove_is_disabled_error.tpl": "due to a problem with piuparts not well understood yet",
     "pre_depends_error.tpl": "due to a problem with pre-depends",
-    "modified_files_after_purge_error.conf": "due to files having been modified after purge",
-    "disappeared_files_after_purge_error.conf": "due to files having disappeared 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",
 }
 
 




More information about the Piuparts-commits mailing list