frostyx / copr / copr

Forked from copr/copr 7 years ago
Clone

903b7fe [frontend] remove a redundant condition for outdated chroots

1 file Authored by frostyx 5 years ago, Committed by praiskup 5 years ago,
    [frontend] remove a redundant condition for outdated chroots
    
    The fact, that some chroot is considered to be outdated (i.e. returned
    by `Copr.outdated_chroots`) literaly means, that it has `delete_after`
    set and therefore even `delete_after_days` can be calculated.
    
    This condition is rather redundant. If not, please revert this commit
    and **document** the scenario.