- use bash Process Substitution in diff_two_files

- use bash Process Substitution when processing ELF files
- move normalizing code from check_single_file into separate function
- better input verification in check_single_file
- split verification from diff_two_files into separate function
- move check for ignored files out of check_single_file
- separate helper functions from code in pkg-diff
- touch host watchdog when producing output and in loops (issue#35)
- add functions to touch host watchdog
- always run cleanup in check_compressed_file
- use EXIT handler in pkg-diff to remove tmpfiles

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=259
This commit is contained in:
Olaf Hering 2020-01-08 16:55:30 +00:00 committed by Git OBS Bridge
parent 22bc8722f3
commit 655c4bb07a
3 changed files with 646 additions and 454 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue Jan 7 13:59:43 UTC 2020 - olaf@aepfle.de
- use bash Process Substitution in diff_two_files
- use bash Process Substitution when processing ELF files
- move normalizing code from check_single_file into separate function
- better input verification in check_single_file
- split verification from diff_two_files into separate function
- move check for ignored files out of check_single_file
- separate helper functions from code in pkg-diff
- touch host watchdog when producing output and in loops (issue#35)
- add functions to touch host watchdog
- always run cleanup in check_compressed_file
- use EXIT handler in pkg-diff to remove tmpfiles
-------------------------------------------------------------------
Wed Aug 14 13:27:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

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: 20190814T133923.4dfa207
Version: 20200108T151918.98702b1
Release: 0
Source1: COPYING
Source2: same-build-result.sh

File diff suppressed because it is too large Load Diff