- 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
|
Fri May 29 19:20:21 UTC 2020 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -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: 20200529T212652.102d844
|
Version: 20200727T083615.6fb967d
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -789,6 +789,7 @@ compare_archive()
|
|||||||
: "${REPLY}"
|
: "${REPLY}"
|
||||||
filelist+=( "${REPLY}" )
|
filelist+=( "${REPLY}" )
|
||||||
done < 'cn'
|
done < 'cn'
|
||||||
|
ret=0
|
||||||
for f in "${filelist[@]}"
|
for f in "${filelist[@]}"
|
||||||
do
|
do
|
||||||
if ! check_single_file "${file}/${f}"
|
if ! check_single_file "${file}/${f}"
|
||||||
@ -801,7 +802,6 @@ compare_archive()
|
|||||||
fi
|
fi
|
||||||
watchdog_touch
|
watchdog_touch
|
||||||
done
|
done
|
||||||
ret=$?
|
|
||||||
else
|
else
|
||||||
wprint "$file has different file list"
|
wprint "$file has different file list"
|
||||||
diff -u 'co' 'cn'
|
diff -u 'co' 'cn'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user