gnaponie / greenwave

Forked from greenwave 6 years ago
Clone

465ac0f Greenwave should consider that aliases exist

Authored and Committed by gnaponie 5 years ago
    Greenwave should consider that aliases exist
    
    Greenwave was checking if the url.netloc of the build['source']
    found in the koji/brew build is in the configured DIST_GIT_BASE_URL.
    The problem is that the dist-git server can have an alias, and
    this check is raising an error blocking the decision.
    Removing the check for now... maybe in the future we can find a
    smarter way to check that.
    
        
file modified
+0 -4