forked from pool/build-compare
Updating link to change in openSUSE:Factory/build-compare revision 15.0
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=148c7c594b342016301f47f16fe75506
This commit is contained in:
parent
04cc7b263b
commit
399dcbbe48
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 23 15:17:49 UTC 2009 - aj@suse.de
|
||||||
|
|
||||||
|
- Handle noarch subpackage in sort correctly.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 25 10:28:17 CEST 2009 - mls@suse.de
|
Tue Aug 25 10:28:17 CEST 2009 - mls@suse.de
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Tools/Building
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Build Result Compare Script
|
Summary: Build Result Compare Script
|
||||||
Version: 2009.08.20
|
Version: 2009.08.20
|
||||||
Release: 1
|
Release: 2
|
||||||
Source: same-build-result.sh
|
Source: same-build-result.sh
|
||||||
Source1: rpm-check.sh
|
Source1: rpm-check.sh
|
||||||
Source2: COPYING
|
Source2: COPYING
|
||||||
|
@ -51,7 +51,7 @@ bash $CMPSCRIPT "$osrpm" "$nsrpm" || exit 1
|
|||||||
# technically we should not all exclude all -32bit but filter for different archs, but it would be better
|
# technically we should not all exclude all -32bit but filter for different archs, but it would be better
|
||||||
# if this script ran earlier in the build
|
# if this script ran earlier in the build
|
||||||
OLDRPMS=($(find "$OLDDIR" -name \*rpm -a ! -name \*src.rpm|sort|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
|
OLDRPMS=($(find "$OLDDIR" -name \*rpm -a ! -name \*src.rpm|sort|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
|
||||||
NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm|sort|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
|
NEWRPMS=($(find $NEWDIRS -name \*rpm -a ! -name \*src.rpm|sort --field-separator=/ --key=7|grep -v -- -32bit|grep -v -- -64bit|grep -v -- -x86))
|
||||||
|
|
||||||
rpmqp='rpm -qp --qf %{NAME} --nodigest --nosignature '
|
rpmqp='rpm -qp --qf %{NAME} --nodigest --nosignature '
|
||||||
for opac in ${OLDRPMS[*]}; do
|
for opac in ${OLDRPMS[*]}; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user