bpeck / releng

Forked from releng 6 years ago
Clone

24be7a1 block_retired.py: Do not login to the koji session

Authored and Committed by ausil 7 years ago
    block_retired.py: Do not login to the koji session
    
    The koji calls to list the packages in a tag are unauthenticated
    so there is no need to login. The login call has been failing due
    the session options not being passed to the session. However to
    complete the intended function we do not need to login, so lets
    not.
    
    Signed-off-by: Dennis Gilmore <dennis@ausil.us>
    
        
file modified
+0 -1