Пакет grep-warnings: Информация

    Исходный пакет: grep-warnings
    Версия: 1-alt1
    Последняя версия по данным Repology
    Собран:  10 февраля 2020 г. 23:18 в задании #245828
    Сообщить об ошибке в пакете
    Домашняя страница: http://git.altlinux.org/gears/s/grep-warnings

    Лицензия: CC0
    О пакете: Extract and process warnings from build logs so that they can be compared
    Описание: 
    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)

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    grep-warnings (noarch)

    Сопровождающий: Ivan Zakharyaschev

    Список участников:
    Ivan Zakharyaschev

    Права:
    Ivan Zakharyaschev
    @everybody

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

    Последнее изменение


    8 февраля 2020 г. Ivan Zakharyaschev 1-alt1
    - initial build for ALT.