Package grep-warnings: Information

    Source package: grep-warnings
    Version: 1-alt1
    Build time:  Feb 12, 2020, 09:26 PM
    Report package bug
    License: CC0
    Summary: Extract and process warnings from build logs so that they can be compared
    Description: 
    grep-warnings extracts and processes warnings from build logs so that
    two logs can be compared (by diff) to detect whether new warnings appeared.
    
    Now it simply deletes line numbers from compiler warnings (because they might
    differ after the source code changed.) It is suited to the format of warnings
    produced by gcc or lcc.
    
    Usage: grep-warnings [--rpmb (p|c|i|STAGE)]
    
    Usage example:
    
    diff -d <(grep-warnings --rpmb c <hsh.log.0 |sort) <(grep-warnings --rpmb c <hsh.log.1 |sort)

    List of RPM packages built from this SRPM:
    grep-warnings (noarch)

    Maintainer: Ivan Zakharyaschev

    List of contributors:
    Ivan Zakharyaschev

      1. /bin/bash
      2. /proc
      3. /usr/bin/diff

    Last changed


    Feb. 8, 2020 Ivan Zakharyaschev 1-alt1
    - initial build for ALT.