From 40b6833493a340f8162e03623e72e09561031c7c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 7 Jul 2015 11:19:54 +0200 Subject: reproducible: refactoring --- bin/reproducible_openwrt.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 16d94b10..2d89b92b 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -216,7 +216,7 @@ for i in * ; do echo " " >> $DBD_HTML for j in $(find * -name "*.bin" -o -name "*.squashfs" |sort -u ) ; do let ALL_IMAGES+=1 - call_debbindiff_on_any_file $i $j + call_debbindiff $i $j get_filesize $j if [ -f $TMPDIR/$i/$j.html ] ; then mkdir -p $BASE/openwrt/dbd/$i @@ -243,7 +243,7 @@ for i in * ; do echo "
Images for $i
" >> $DBD_HTML for j in $(find * -name "*.ipk" |sort -u ) ; do let ALL_PACKAGES+=1 - call_debbindiff_on_any_file $i $j + call_debbindiff $i $j get_filesize $j if [ -f $TMPDIR/$i/$j.html ] ; then mkdir -p $BASE/openwrt/dbd/$i/$(dirname $j) -- cgit v1.2.3-70-g09d2
Packages for $i