#9 Check also whether parent tag in inheritance tree is valid base module tag, and not only its parents.
Merged by ralph. Opened by jkaluza.
jkaluza/robosignatory sign-modules  into  master

Download 9.patch

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.

rebased

:+1: from me.

Pull-Request has been merged by ralph

Metadata