Accepting request 555909 from openSUSE:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/555909 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build-compare?expand=0&rev=107
This commit is contained in:
commit
a71d7b25c2
@ -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
|
Wed Nov 8 06:04:42 UTC 2017 - 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: 20171108T070456.b855319
|
Version: 20171204T112209.f06fbac
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -548,7 +548,7 @@ check_single_file()
|
|||||||
done
|
done
|
||||||
return $ret
|
return $ret
|
||||||
;;
|
;;
|
||||||
*.zip|*.jar|*.war)
|
*.zip|*.egg|*.jar|*.war)
|
||||||
for dir in old new ; do
|
for dir in old new ; do
|
||||||
(
|
(
|
||||||
cd $dir
|
cd $dir
|
||||||
|
Loading…
Reference in New Issue
Block a user