We forgot to check the parent tag when iterating recursively in inheritance tree. We always checked just parent tags of the parent, but never the parent itself.
I also store None in instance['tags'][tag] when base module cannot be found in module inheritance tree, so robosignatory does not have to query PDC and Koji on every tagged RPM in this case.
We forgot to check the parent tag when iterating recursively in inheritance tree. We always checked just parent tags of the parent, but never the parent itself.
I also store None in instance['tags'][tag] when base module cannot be found in module inheritance tree, so robosignatory does not have to query PDC and Koji on every tagged RPM in this case.