karsten / rpkg

Forked from rpkg 7 years ago
Clone

bdbee52 Protect rhpkg's --arches argument

Authored and Committed by pbabinca 10 years ago
    Protect rhpkg's --arches argument
    
    Invalid arch value fails:
    
        $ rhpkg scratch-build --arches x86_64,noarch
        Could not execute scratch_build: Invalid architecture name:
        x86_64,noarch
    
    Correct works as usual:
    
        $ rhpkg scratch-build --arches x86_64 noarch
    
    Resolves: rhbz#854003
    
        
file modified
+3 -0