tkopecek / koji

Forked from koji 7 years ago
Clone

c6a1e09 protonmsg: don't send rpm.sign messages when the sigkey is empty

2 files Authored by mikeb 6 years ago, Committed by mikem 6 years ago,
    protonmsg: don't send rpm.sign messages when the sigkey is empty
    
    When a build completes, we store the original, unsigned rpm headers
    to disk. This results in the postRPMSign callback being called, and
    a rpm.sign message being sent with an empty sigkey. The intended
    sematics of the rpm.sign message is to notify a service when an rpm
    has been signed. Therefore, we should not be sending a message when
    the sigkey is empty.
    
        
file modified
+2 -0