- remove count of checks and packages from rpmlint.log

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=290
This commit is contained in:
Olaf Hering 2022-03-06 22:02:46 +00:00 committed by Git OBS Bridge
parent 107f5e6e1c
commit f7c0d407ba
3 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
-------------------------------------------------------------------
Fri Mar 4 12:34:56 UTC 2022 - olaf@aepfle.de
- remove count of checks and packages from rpmlint.log
- remove Check time report from rpmlint.log
- ELF diffing performance improvements
- unpack packages in parallel

View File

@ -21,7 +21,7 @@ Summary: Build Result Compare Script
License: GPL-2.0+
Group: Development/Tools/Building
Url: https://github.com/openSUSE/build-compare
Version: 20220306T121516.38e7800
Version: 20220306T230110.5c8c763
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -173,6 +173,7 @@ if test -n "$OTHERDIR"; then
# Remove warning about python mtime mismatch, a republish will not help
# Remove odd warning about filenames, they contain VERSION-RELEASE
# Remove durations from progress reports
# Remove odd output about number of checks and packages
sed -i -e "
/: W: files-duplicate /d
/: W: file-contains-date-and-time /d
@ -180,6 +181,7 @@ if test -n "$OTHERDIR"; then
/: W: filename-too-long-for-joliet /d
/: I: \(filelist-initialization\|check-completed\) /s| [0-9]\+\.[0-9] s| x.x s|
s/; has taken [0-9]\+\.[0-9] s/; has taken x.x s/
/^checks: [0-9]\+, packages: [0-9]\+/d
" $file1 $file2
if ! cmp -s $file1 $file2; then
echo "rpmlint.log files differ:"