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

Holger Levsen holger at alioth.debian.org
Thu Nov 11 08:45:58 UTC 2010


Author: holger
Date: 2010-11-11 08:45:50 +0000 (Thu, 11 Nov 2010)
New Revision: 732

Added:
   piatti/home/piupartsm/bin/known_problems/db_setup_error.conf
Removed:
   piatti/home/piupartsm/bin/known_problems/error_configuring_db_error.conf
Modified:
   trunk/piuparts-report.py
Log:
try to catch all logs with these problem

Copied: piatti/home/piupartsm/bin/known_problems/db_setup_error.conf (from rev 728, piatti/home/piupartsm/bin/known_problems/error_configuring_db_error.conf)
===================================================================
--- piatti/home/piupartsm/bin/known_problems/db_setup_error.conf	                        (rev 0)
+++ piatti/home/piupartsm/bin/known_problems/db_setup_error.conf	2010-11-11 08:45:50 UTC (rev 732)
@@ -0,0 +1,11 @@
+#
+# detect packages with failed to install due to problems configuring the db - see #595652
+#
+COMMAND=`rgrep -E "(dbconfig-common: .* configure: aborted.|updating database schema for .*...command failed with code 0|warning: database package not installed?|psql: could not connect to server: No such file or directory|DBI connect.* failed: could not connect to server)"  fail bugged | cut -d " " -f1 | sed -e "s#\.log:.*#.log#"|sort -u 2>/dev/null`
+ISSUE=0
+HEADER='Packages with failed logs because installation failed because no database could be conected.'
+HELPTEXT='
+<p>
+Just how buggy these packages really are is discussed in <a href="http://bugs.debian.org/595652" target=_blank>#595652</a> at the moment.
+</p>
+'




More information about the Piuparts-commits mailing list