2dd3000 buildinstall: Copy files in thread

Authored and Committed by lsedlar 4 years ago
    buildinstall: Copy files in thread
    
    Instead of running the copy from the main script explicitly, make it
    part of the thread.
    
    This should make things very slightly faster, and the code is much
    simpler.
    
    Fixes: https://pagure.io/pungi/issue/959
    JIRA: COMPOSE-2604
    Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
    
        
file modified
+0 -3
file modified
+36 -34
file modified
+90 -184