diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-07 11:19:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-07 11:19:54 +0200 |
commit | 40b6833493a340f8162e03623e72e09561031c7c (patch) | |
tree | 7cc5c64177b6949de1ce12fe74b4cf35b1a5e1da /bin/reproducible_netbsd.sh | |
parent | a634f5136738b5159bc9a9bba660e89819384b34 (diff) | |
download | jenkins.debian.net-40b6833493a340f8162e03623e72e09561031c7c.tar.xz |
reproducible: refactoring
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh index 9766b671..1d821243 100755 --- a/bin/reproducible_netbsd.sh +++ b/bin/reproducible_netbsd.sh @@ -129,7 +129,7 @@ for i in * ; do echo " <table><tr><th>Release files for <code>$i</code></th></tr>" >> $FILES_HTML for j in $(find * -type f |sort -u ) ; do let ALL_FILES+=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/netbsd/dbd/$i/$(dirname $j) |