[releng] find_unblocked_orphans: Limit to unblocked pkgs

Till Maas till at fedoraproject.org
Sat Oct 18 10:28:49 UTC 2014


commit 8656f465b5769ce5f64e3d0969d4c99182fc44a8
Author: Till Maas <opensource at till.name>
Date:   Sat Oct 18 12:27:18 2014 +0200

    find_unblocked_orphans: Limit to unblocked pkgs
    
    - Limit short reports to unblocked pkgs

 scripts/find_unblocked_orphans.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py
index b128e00..d8eb073 100755
--- a/scripts/find_unblocked_orphans.py
+++ b/scripts/find_unblocked_orphans.py
@@ -609,6 +609,7 @@ def package_info(packages, dep_map, pkgdb_dict, orphans=None, failed=None):
         return wrappedtext
 
     if orphans:
+        orphans = [o for o in orphans if o in unblocked]
         info += wrap_and_format("Orphans", orphans)
 
         orphans_breaking_deps = [o for o in orphans if


More information about the rel-eng mailing list