- 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:
parent
22bc8722f3
commit
655c4bb07a
@ -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>
|
Wed Aug 14 13:27:38 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20190814T133923.4dfa207
|
Version: 20200108T151918.98702b1
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
875
pkg-diff.sh
875
pkg-diff.sh
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user