On Thu, 2010-05-27 at 11:56 -0400, James Laska wrote:
if parents_for_tag.has_key(tag):
Unfortunately parents_for_tag is a hardcoded dict in koji_utils.py (boo!), so this will fail for F13, because it doesn't have dist-f13-updates-candidate in it yet.
I'm working on another patch that fixes that; I'll combine it with this patch and send something out in a bit.
-w