[Piuparts-commits] rev 666 - trunk

Holger Levsen holger at alioth.debian.org
Sun Feb 28 11:22:19 UTC 2010


Author: holger
Date: 2010-02-28 11:22:18 +0000 (Sun, 28 Feb 2010)
New Revision: 666

Modified:
   trunk/piuparts-report.py
Log:
keep notes for later...

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2010-02-28 11:11:15 UTC (rev 665)
+++ trunk/piuparts-report.py	2010-02-28 11:22:18 UTC (rev 666)
@@ -357,6 +357,10 @@
     "untestable": "dependency-cannot-be-tested",
 }
 
+# maybe better to use a list here to be able to use a defined order
+# 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
 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",




More information about the Piuparts-commits mailing list