This commit is contained in:
parent
99abc9ebe9
commit
a55ee69057
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 15 13:31:30 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
- overwrite duplicated files in zip files
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 14 11:46:04 CEST 2009 - coolo@novell.com
|
Tue Jul 14 11:46:04 CEST 2009 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Group: Development/Tools/Building
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Build Result Compare Script
|
Summary: Build Result Compare Script
|
||||||
Version: 2009.01.27
|
Version: 2009.01.27
|
||||||
Release: 9
|
Release: 10
|
||||||
Source: same-build-result.sh
|
Source: same-build-result.sh
|
||||||
Source1: rpm-check.sh
|
Source1: rpm-check.sh
|
||||||
Source2: COPYING
|
Source2: COPYING
|
||||||
|
@ -225,9 +225,9 @@ check_single_file()
|
|||||||
pwd=$PWD
|
pwd=$PWD
|
||||||
fdir=`dirname $file`
|
fdir=`dirname $file`
|
||||||
cd old/$fdir
|
cd old/$fdir
|
||||||
unzip -qq `basename $file`
|
unzip -o -qq `basename $file`
|
||||||
cd $pwd/new/$fdir
|
cd $pwd/new/$fdir
|
||||||
unzip -qq `basename $file`
|
unzip -o -qq `basename $file`
|
||||||
cd $pwd
|
cd $pwd
|
||||||
local ret=0
|
local ret=0
|
||||||
for f in $flist; do
|
for f in $flist; do
|
||||||
|
Loading…
Reference in New Issue
Block a user