[Piuparts-commits] rev 471 - piatti/home/piupartsm/bin/known_problems trunk

Holger Levsen holger at alioth.debian.org
Sat Aug 8 10:17:07 UTC 2009


Author: holger
Date: 2009-08-08 10:17:07 +0000 (Sat, 08 Aug 2009)
New Revision: 471

Modified:
   piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf
   trunk/piuparts-report.py
Log:
fix silly syntax errors

Modified: piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf
===================================================================
--- piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf	2009-08-08 10:04:06 UTC (rev 470)
+++ piatti/home/piupartsm/bin/known_problems/conffile_prompt_error.conf	2009-08-08 10:17:07 UTC (rev 471)
@@ -6,7 +6,7 @@
 HEADER='Packages with failed logs with the string "EOF on stdin at conffile prompt"'
 HELPTEXT='
 <p>
-The piuparts upgrade test failed because dpkg detected a conffile as being modified and then prompted the user for an action. As there is no user input, this fails. But that's not the real problem. The real problem is that this prompt shows up in the first place, as there was nobody modifying this conffile at all, the package has just been installed and upgraded...
+The piuparts upgrade test failed because dpkg detected a conffile as being modified and then prompted the user for an action. As there is no user input, this fails. But this is not the real problem, the real problem is that this prompt shows up in the first place, as there was nobody modifying this conffile at all, the package has just been installed and upgraded...
 </p>
 
 '

Modified: trunk/piuparts-report.py
===================================================================
--- trunk/piuparts-report.py	2009-08-08 10:04:06 UTC (rev 470)
+++ trunk/piuparts-report.py	2009-08-08 10:17:07 UTC (rev 471)
@@ -344,7 +344,7 @@
     "owned_files_by_many_packages_error.tpl": "due to owned files by many packages",
     "processes_running_error.tpl": "due to leaving processes running behind",
     "unowned_files_after_purge_error.tpl": "due to unowned files after purge",
-    "conffile_prompt_error.conf.tpl": "due to prompting due to modified conffiles"
+    "conffile_prompt_error.conf.tpl": "due to prompting due to modified conffiles",
     "unknown_failures.tpl": "unclassified failures",
     "command_not_found_issue.tpl": "but logfile contains 'command not found'",
 }




More information about the Piuparts-commits mailing list