Accepting request 430706 from openSUSE:Tools

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/430706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2016-09-30 13:12:21 +00:00 committed by Git OBS Bridge
commit 5df25e9be6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Sep 21 07:18:37 UTC 2016 - olaf@aepfle.de
- Handle broken symlinks
-------------------------------------------------------------------
Thu Aug 25 14:27:34 UTC 2016 - olaf@aepfle.de

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: 20160825T182753.c18eb00
Version: 20160921T091855.efc253f
Release: 0
Source1: COPYING
Source2: same-build-result.sh

View File

@ -842,7 +842,7 @@ check_single_file()
return 1
fi
;;
symbolic\ link\ to\ *)
broken\ symbolic\ link\ to\ *|symbolic\ link\ to\ *)
readlink "old/$file" > $file1
readlink "new/$file" > $file2
if ! diff -u $file1 $file2; then