fb42a5b support running per architecture

Authored and Committed by kparal 5 years ago
    support running per architecture
    
    Instead of running on all supported architectures in a single run,
    support running on a specific chosen architecture that is passed in
    as taskotron_arch. The former approach is still available, if you pass
    'noarch' as architecture.
    
    Instead of examining noarch and src packages every time, examine them
    only with x86_64 rpms (which should be executed always, since it's a
    primary arch).
    
        
file modified
+5 -1
file modified
+2 -1
file added
+47
file modified
+27 -10
file modified
+20 -13