tkopecek / koji

Forked from koji 7 years ago
Clone

5b23fb1 consolidate safe_rmtree, rmtree and shutil.rmtree

5 files Authored by tkopecek 6 years ago, Committed by mikem 6 years ago,
    consolidate safe_rmtree, rmtree and shutil.rmtree
    
    shutil.rmtree should be avoided in almost all cases
    safe_rmtree has its usage in tasks module, but innards are replaced with
    koji.util.rmtree, so we don't have two implementations of same task
    
    Related: https://pagure.io/koji/issue/648
    
        
file modified
+1 -1
file modified
+8 -18
file modified
+3 -2
file modified
+190 -1