[releng] find_unblocked_orphans: Use branch not tag

Till Maas till at fedoraproject.org
Mon Oct 6 21:13:10 UTC 2014


commit bbe195e67e9a905deb83f9410d1466959e7c2bad
Author: Till Maas <opensource at till.name>
Date:   Mon Oct 6 23:03:48 2014 +0200

    find_unblocked_orphans: Use branch not tag

 scripts/find_unblocked_orphans.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/find_unblocked_orphans.py b/scripts/find_unblocked_orphans.py
index e22fc34..cdbc02c 100755
--- a/scripts/find_unblocked_orphans.py
+++ b/scripts/find_unblocked_orphans.py
@@ -120,7 +120,7 @@ people_queue = Queue()
 people_dict = get_cache("orphans-people.pickle", default={})
 
 
-def get_people(package, branch=RAWHIDE_RELEASE["tag"]):
+def get_people(package, branch=RAWHIDE_RELEASE["branch"]):
     def associated(pkginfo, exclude=None):
         """
 


More information about the rel-eng mailing list