- Treat .egg files as zip
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=245
This commit is contained in:
parent
c12de0e06e
commit
6ef835da17
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 10:21:44 UTC 2017 - olaf@aepfle.de
|
||||
|
||||
- Treat .egg files as zip
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 06:04:42 UTC 2017 - 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: 20171108T070456.b855319
|
||||
Version: 20171204T112209.f06fbac
|
||||
Release: 0
|
||||
Source1: COPYING
|
||||
Source2: same-build-result.sh
|
||||
|
@ -548,7 +548,7 @@ check_single_file()
|
||||
done
|
||||
return $ret
|
||||
;;
|
||||
*.zip|*.jar|*.war)
|
||||
*.zip|*.egg|*.jar|*.war)
|
||||
for dir in old new ; do
|
||||
(
|
||||
cd $dir
|
||||
|
Loading…
Reference in New Issue
Block a user