- Fix regression in compare_archive
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=279
This commit is contained in:
parent
6e953eae7c
commit
65e0daeec1
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 27 06:06:06 UTC 2020 - bwiedemann@suse.de
|
||||
|
||||
- Fix regression in compare_archive
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 29 19:20:21 UTC 2020 - olaf@aepfle.de
|
||||
|
||||
|
@ -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: 20200529T212652.102d844
|
||||
Version: 20200727T083615.6fb967d
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
|
@ -789,6 +789,7 @@ compare_archive()
|
||||
: "${REPLY}"
|
||||
filelist+=( "${REPLY}" )
|
||||
done < 'cn'
|
||||
ret=0
|
||||
for f in "${filelist[@]}"
|
||||
do
|
||||
if ! check_single_file "${file}/${f}"
|
||||
@ -801,7 +802,6 @@ compare_archive()
|
||||
fi
|
||||
watchdog_touch
|
||||
done
|
||||
ret=$?
|
||||
else
|
||||
wprint "$file has different file list"
|
||||
diff -u 'co' 'cn'
|
||||
|
Loading…
x
Reference in New Issue
Block a user