From f7c0d407ba80864f15f7db320d62776b24da3feaf9da01e5b32bb323523507b2 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sun, 6 Mar 2022 22:02:46 +0000 Subject: [PATCH] - 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 --- build-compare.changes | 1 + build-compare.spec | 2 +- same-build-result.sh | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build-compare.changes b/build-compare.changes index 03d45cd..07d82ea 100644 --- a/build-compare.changes +++ b/build-compare.changes @@ -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 diff --git a/build-compare.spec b/build-compare.spec index a8b5e0d..2d477ba 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -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 diff --git a/same-build-result.sh b/same-build-result.sh index 1bb31dd..08dbb86 100644 --- a/same-build-result.sh +++ b/same-build-result.sh @@ -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:"