2da3b3b summarizer: add glob pattern matching for filtering

Authored and Committed by nphilipp 5 years ago
    summarizer: add glob pattern matching for filtering
    
    This can be helpful if one wants to check all modules with a stream
    called 'default': just pass '*:default:*' to summarize-module and the
    ouptut will be restrict to those modules.
    
    It's more helpful than just filtering by module name which can be easily
    done with grep.
    
    Signed-off-by: Rafael dos Santos <rdossant@redhat.com>
    Signed-off-by: Nils Philippsen <nils@redhat.com>
    
        
file modified
+1 -1