[Piuparts-commits] [piuparts] 07/09: known_problems: add dummy unclassified_failures.conf

Holger Levsen holger at moszumanska.debian.org
Sat Mar 1 21:08:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit 892b6791f6cf15b0aa92c88f7bb1e878474ef5af
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Feb 22 16:03:42 2014 +0100

    known_problems: add dummy unclassified_failures.conf
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 known_problems/unclassified_failures.conf | 10 ++++++++++
 piuparts-report.py                        |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/known_problems/unclassified_failures.conf b/known_problems/unclassified_failures.conf
new file mode 100644
index 0000000..b51fbaf
--- /dev/null
+++ b/known_problems/unclassified_failures.conf
@@ -0,0 +1,10 @@
+#
+# report for failures that didn't match any known problem
+#
+PATTERN='QQQQQ_d195eab29de40b96b44ee8646c0d10d97171d454_dummy_pattern_QQQQQ'
+WHERE='fail bugged affected'
+ISSUE=0
+HEADER='Packages with unclassified failures detected'
+HELPTEXT='
+<p>Please investigate and improve detection of known error types!</p>
+'
diff --git a/piuparts-report.py b/piuparts-report.py
index 9184c43..2496147 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -483,7 +483,7 @@ linktarget_by_template = [
     ("obsolete_conffiles_error.tpl", "...and logfile reports obsolete conffiles"),
     ("missing_md5sums_error.tpl", "...and logfile reports missing md5sums"),
     ("piuparts-depends-dummy_error.tpl", "...and logfile reports piuparts-depends-dummy.deb could not be installed"),
-    ("unknown_failures.tpl", "due to unclassified failures"),
+    ("unclassified_failures.tpl", "due to unclassified failures"),
 ]
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list