[Piuparts-commits] [piuparts] 01/13: new known_problem: packages using piuparts exceptions

Holger Levsen holger at moszumanska.debian.org
Sun Nov 24 05:28:34 UTC 2013


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

holger pushed a commit to branch develop
in repository piuparts.

commit e375227ba05de54c195e0bfcde55843605df3ae8
Author: Andreas Beckmann <anbe at debian.org>
Date:   Sat Nov 23 16:43:55 2013 +0100

    new known_problem: packages using piuparts exceptions
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
---
 known_problems/used_exception_issue.conf | 12 ++++++++++++
 piuparts-report.py                       |  1 +
 2 files changed, 13 insertions(+)

diff --git a/known_problems/used_exception_issue.conf b/known_problems/used_exception_issue.conf
new file mode 100644
index 0000000..ac42c49
--- /dev/null
+++ b/known_problems/used_exception_issue.conf
@@ -0,0 +1,12 @@
+#
+# report packages that used a piuparts exception to pass a test
+#
+PATTERN='piuparts exception for package'
+WHERE='pass'
+ISSUE=1
+HEADER='Packages that used a piuparts exception'
+HELPTEXT='
+<p>
+These packages needed a piuparts exception to pass the test.
+</p>
+'
diff --git a/piuparts-report.py b/piuparts-report.py
index 00081f6..8ccfb0d 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -408,6 +408,7 @@ linktarget_by_template = [
     ("needs_rebuild_issue.tpl", "but logfile recommends to rebuild some packages"),
     ("obsolete_conffiles_issue.tpl", "but logfile reports obsolete conffiles"),
     ("missing_md5sums_issue.tpl", "but logfile reports missing md5sums"),
+    ("used_exception_issue.tpl", "but package used a piuparts exception"),
 
     ("dependency_error.tpl", "due to unsatisfied dependencies"),
     ("packages_have_been_kept_back_error.tpl", "...and logfile also contains 'packages have been kept back'"),

-- 
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