b09b521 Properly ignore errors from koji download-build

Authored and Committed by dustymabe 3 years ago
    Properly ignore errors from koji download-build
    
    xargs would bail out if a command failed. Add a || true
    to force it to not do that for now.
    
        
file modified
+7 -5