[Piuparts-commits] [SCM] piuparts git repository branch, develop, updated. 0.44-659-gbb7344d

Andreas Beckmann debian at abeckmann.de
Mon Jun 4 12:29:04 UTC 2012


The following commit has been merged in the develop branch:
commit bb7344d5135386e1cd6e5cfe94ed7cee291bcf2f
Author: Andreas Beckmann <debian at abeckmann.de>
Date:   Sat Jun 2 14:47:43 2012 +0200

    p-r: report rdeps+blocking count for all error states
    
    Signed-off-by: Andreas Beckmann <debian at abeckmann.de>

diff --git a/debian/changelog b/debian/changelog
index 14d9518..bfae552 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -94,6 +94,7 @@ piuparts (0.45) UNRELEASED; urgency=low
     - Handle logs in /affected/ directories.
     - detect_well_known_errors: Add bug links if bugs are known.
     - New known issue: "packages have been kept back".
+    - Report rdeps and blocking counts in all error state reports.
   * piuparts-analyze.py:
     - Don't report further bugs/versions if we found a match.
     - Classify logs with bugs filed into /bugged/ or /affected/.
diff --git a/piuparts-report.py b/piuparts-report.py
index 0c3d6c1..cc53de8 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -1041,7 +1041,7 @@ class Section:
             with_counts = False
             aside = ""
             vlist = ""
-            if state in ['failed-testing', 'cannot-be-tested']:
+            if state in self._binary_db.get_error_states():
                 with_counts = True
                 aside = " (reverse deps, blocked pkgs)"
 

-- 
piuparts git repository



More information about the Piuparts-commits mailing list